BootBlock / Hiroix-Framework

A C# application development framework.
http://hiroix.com
0 stars 0 forks source link

User sizing a column should override auto-sizing #47

Open BootBlock opened 1 year ago

BootBlock commented 1 year ago

When the user tries to size a column that is being auto-sized by ListViewEx, it is being immediately sized back to its ideal-fit width.

Detect if the user is attempting to manually size a column, and completely disable auto-sizing for that column for the session.