On 03.08.2012, at 20:45, Cliff Yapp <[email protected]> wrote: >> On 08/03/12 09:26, Greg Ercolano wrote: >>> On 08/03/12 06:24, Cliff Yapp wrote: >>>> What do devs currently do to work around the lack of a >>>> horizontal scrollbar when trees get too deep? > >> BTW, one way to work around this is to make the tree >> resizable with a splitter. >> >> So if you have a typical situation where the tree is on >> the left and a viewer of some kind on the right, you can >> put both into an Fl_Tile, such that they abut. Then the >> user can horizontally resize the tree by gliding over the >> "splitter" between them to resize the tree larger while >> shrinking the viewer > > Awesome! (Amusingly, I think that's the current workaround for Tk's ttk tree > widget as well.) That's a resize ability we'd probably want to allow even > with the horizontal scrollbar available, so that's how we'd want to set it up > regardless.
Have you guys tried to simply put it inside an Fl_Scroll? _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
