It will be a trade-off of the cost of doing that vs not having virtual renderers.
On 7/12/13 5:27 PM, "mark goldin" <markzolo...@gmail.com> wrote: >But in order to re-highlight text I need to keep selection info somewhere >to reapply it or just apply it. Is that the direction to take? > > >On Fri, Jul 12, 2013 at 5:42 PM, Alex Harui <aha...@adobe.com> wrote: > >> If you are using virtual renderers then you need to re-highlight text >>when >> the renderer is updated. >> >> There are options about showing selection when inactive that you may >>need >> to use. >> >> On 7/12/13 2:31 PM, "mark goldin" <markzolo...@gmail.com> wrote: >> >> >I am using RichEditableText for an item renderer. The selected text in >>a >> >cell will get unselected after the row with selected text goes out the >> >view. How can I keep text selection for all time? >> > >> >Thanks >> >>