Hy!

The fltk::Browser class has the convinient feature of automatically
loading its scrollbar, whenever the content gets too big. The problem is:
If I use multiple columns by using the column_labels method, no horizontal
scrollbar is displayed anymore no matter how long the items are. Vertical
scrollbar works fine.

The corespondinge codes nippet is:

const char* s[]={"Column 1", "Column 2",0};
br->column_labels(s);
const int b]={(int)floor(br->box_width()*0.75),-1,0};
br->column_widths(b);

I am using fltk 2.0.x-r6025.

cheers
Mathias
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to