wendy
02-13-2005, 01:42 PM
How can I change the column width in two listview controls synchronously?
I do have two listviews, one with column header visible and one hidden column header. Grid view is enabled for both listviews.
Now the problem:
If the user change the column width in the first listview, this change must be performed also for listview2 automatically
Something like:
listview2.columnheader(x).width = listview1.columnheader(x).width
How can I check whether the a columnwidth is changed in the first listview?
Any idea
Thanks
I do have two listviews, one with column header visible and one hidden column header. Grid view is enabled for both listviews.
Now the problem:
If the user change the column width in the first listview, this change must be performed also for listview2 automatically
Something like:
listview2.columnheader(x).width = listview1.columnheader(x).width
How can I check whether the a columnwidth is changed in the first listview?
Any idea
Thanks