I have a listbox which is 1000 pixels wide on my window. However, its locked on all four sides to the window size, so when I run my app, the window is actually wider than 1024, so the listbox is probably 1200 pixels wide.
In the OPEN event for the listbox, I try to compute the column widths, something like this : cw = winmain.lbsales.width \ 10 winmain.lbsales.columnwidth = str(cw) + ", " + ..... The problem is it computes the width to be 1000 no matter how wide it actually is, and then there is a bunch of unused space to the right of the columns. How can I work around this? _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
