|
From: JVZ <je...@fo...> - 2017-01-09 14:09:53
|
On Wed, 28 Dec 2016 15:29:51 -0500 Terry Bezue <tn...@gm...> wrote: >Happy New Year everyone, > >Jeroen, > >Have you considered adding a hidden (not displayed) state to FXListItem? >This would be very useful, for example, in a filtered list widget (shown >below). > >[image: Inline image 3] > >Currently, to implement such a widget, restricting which items are >displayed would require frequent removes/inserts (inserts would be a bit >more complex if list is sorted). Hiding/unhiding would be easier. > >Thanks, >Terry Its not a bad idea, but there are some complications for layout calculations, drawing, and mouse and keyboard navigation (as you'd have to ensure to skip the inivisible items). It seems it may be possible, however. I made a note in the FXList.cpp file about looking into it. -- JVZ +----------------------------------------------------------------------------+ | Copyright (C) 08:00 01/ 9/2017 Jeroen van der Zijp. All Rights Reserved. | +----------------------------------------------------------------------------+ |