Hello,
If set in Windows settings 125% or 150% text enlarge then MultiColumnTreeView columns will be much more wider.
Eg.
125% enlarge
200 pixel column width will be around 270 pixel
MultiColumnTreeView units in pixel (Font, StandardColumnStyle, etc.)
mct.Columns[0].Width = 200;
Any idea to prevent this behavior?