jonlauf
10-24-2006, 09:58 PM
I'm trying to position buttons over columnHeaders of a ListView ActiveX control, which works fine by standard methods until the user manually changes the column width. The reference says that there are no methods exposed for columnHeaders but I was wondering if anyone knew of a way to reposition UI elements when column widths change, something like this:
on ListView.ColumnHeader[1].width changed do (Button.pos.x = . . .)
Thanks in advance for any help,
Jon
on ListView.ColumnHeader[1].width changed do (Button.pos.x = . . .)
Thanks in advance for any help,
Jon
