Hi, I use iup in lua. I'm trapping in 'IupSbox', 'IupSplit' too.
Try to use "expand" attribute on 'list'.IupSbox
Try to find any callback on resize from parent container 'IupSplit' (like
"valuechanged_cb") till dialog. Or wrap user resize operate then IupRefresh
manually with updating 'list' by s
Hi Guys,
I hit some setbacks recently while playing with list control and split box.
The idea was very simple. I put two list controls in a splitbox so I can
use split bar the adjust the ratio of each control, while both have
scrollbars to view their contents.
The problem was the list control di