Reading further I see some other good suggestions for workarounds, but please add the feature request I included in my earlier message to your watch list if you'd like to see this added to RB.
On 1/27/07, Dennis Birch <[EMAIL PROTECTED]> wrote:
On 1/27/07, jim_meyer <[EMAIL PROTECTED]> wrote: > Marc..... > > Yes, that is true..... but I need to save that property any time it > changes and there is no event to tell me when that happens..... Please sign on to <http://support.realsoftware.com/feedback/viewreport.php?reportid=rgcciisf>. Perhaps an additional "vote" will convince RS that this very reasonable feature request (IMO) is at least worth reviewing. In the meantime, an ugly hack you can implement it to: 1) store the ColumnWidths string in a window property 2) add a timer with a short period and mode 0 whose Action event handler compares the current ColumnWidth to the stored property, triggers a ColumnResized method and stores the news ColumnWidth string in your window property 3) add code to your ListBox's MouseDown event that set's the timer's mode to 1
_______________________________________________ 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>
