Hi, I tested you program here in Windows, GTK 2 and GTK 3. And it seems to be working OK.
When I move the split handler the list vertical scrollbar is updated in all systems. When I resize the dialog the behavior is different because there is a minimum size of the dialog contents. This minimum size is defined by the natural size of the two controls inside the split. The multiline has VISIBLELINES=5 and VISIBLECOLUMNS=10. The list natural size is defined by its contents. The list will ignore the list contents if VISIBLECOLUMNS or VISIBLELINES attributes are defined. For instance, you can define small values for VISIBLECOLUMNS or VISIBLELINES, but a dialog initial size larger so more contents will be shown. Best, Scuri Em qua, 10 de out de 2018 às 04:00, 云履 <robert...@qq.com> escreveu: > 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 set "size=Null" or remap them. > See "Layout Composition\Guide". > _______________________________________________ > Iup-users mailing list > Iup-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/iup-users >
_______________________________________________ Iup-users mailing list Iup-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/iup-users