Gents, I've never really used Fl_Scroll much, the data I've been rendering never seemed to lend themselves to it so I've always just created my own scrolling area using Fl_Scrollbar and some work in the draw method.
However, this evening I thought I had a problem that might suit an Fl_Scroll, but I can't seem to make it work the way I want. So... what I want is a drawing area that resizes horizontally as I drag the window (there is no horizontal scrollbar). As the image reflows horizontally, the vertical dimension will change, so a vertical scrollbar might appear/disappear at some point, and size/ position itself to reflect the state of the reflowing image area... Is there some neat way to use Fl_Scroll to do that, or should I just revert to my existing approach, of using Fl_Scrollbar and doing the layout/sizing/positioning myself? Thanks in advance... -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

