dan1dyoung
Registered User.
- Local time
- Yesterday, 23:09
- Joined
- Apr 9, 2005
- Messages
- 76
There is a nice sample database on here to resize the listbox columns on the fly, is there a way to add a label or button above to change the sort order (Done no problem) but have the buttons resize with the columns??
Tried:
Where CmdName is the button above and lstTest is the listbox
Thanks
Dan
Tried:
Code:
Me.CmdName.Width = Me.[lstTest].Column(0).Width
and
Me.CmdName.Width = Me.lstTest.Column(0).Width
Where CmdName is the button above and lstTest is the listbox
Thanks
Dan