Hi Everyone,
How can I get a label to be resized and aligned to the same width and left edge as the third column in a ListView? I have the ListView set to report mode. I would appreciate any help. Thank you.
Printable View
Hi Everyone,
How can I get a label to be resized and aligned to the same width and left edge as the third column in a ListView? I have the ListView set to report mode. I would appreciate any help. Thank you.
VB Code:
Label1.Left = MyListView.Left + MyListView.ColumnHeaders(1).Width _ + MyListView.ColumnHeaders(2).Width
Not forgetting
Code:Label1.width = MyListView.ColumnHeaders(3).Width