Listview column width

The place for threads about TimoSoft ExplorerListView.
Post Reply
zsolt68
Cadet
Posts: 3
Joined: 16 Aug 2017, 11:10

Listview column width

Post by zsolt68 »

Hi, Tiku!

When i set the columnwidth to 0 by code (eg line in module: lv.columns(1).width=0), it works fine. But when change from 0 to other value (eg line in module: lv.columns(1).width=120 and the previous value is 0), it has "method failed" error. If the value is not 0 and i change it by code, works fine, too. What can i do, if i want to change the columnwidth from 0 to other number (and vica versa) by code?

Best Regards,

Zsolt
zsolt68
Cadet
Posts: 3
Joined: 16 Aug 2017, 11:10

Re: Listview column width

Post by zsolt68 »

Hi, Tiku,

So... It seems, i managed to solve it... :) I've stopped the resizing in the procedure, when it did not have to :roll:
Post Reply