> My choice box will contain large list . Am not
> getting scroll bar in choice box. So that itbecame too difficult to select
> items. Can anybody suggest me how to get scroll bar in choice box.

Maybe there is another solution - do you know, that a choice can be used 
like a menu with a tree-structure? You can sort your list by alphabeth 
and this will break your list into blocks better to choose from. You 
just need to add the items like "a/item_a1", "a/item_a2" ... 
"a/item_an", "b/item_b1", "b/item_b2", and so on. Depending on kind of 
list, there might be other sort criteria, but I think, this is an easy 
way to solve your problem without scroll bar.

And if you really need a scroll bar, you should consider to use a 
browser, not a choice. You could open it by a button inside of a 
nonmodal window.
_______________________________________________
fltk mailing list
fltk@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to