Hello, the MultiColumnTreeView behaves strangely when I set in Windows settings 125% (or 150%) text enlarge.
I attached a complete sample.
The form size is 800 x 515 with original, 100% Windows text size. It will be 1063 pixel with 125% text enlarge. It's OK.
The MultiColumnTreeView anchors: Top, Left, Right so it follows the form width. It will be ~ 1010 pixel width.
The MultiColumnTreeView contains 5 columns:
multiColumnTreeView1.Columns.Add(new TreeColumnAdv("column1"));
multiColumnTreeView1.Columns.Add(new TreeColumnAdv("column2"));
multiColumnTreeView1.Columns.Add(new TreeColumnAdv("column3"));
multiColumnTreeView1.Columns.Add(new TreeColumnAdv("column4"));
multiColumnTreeView1.Columns.Add(new TreeColumnAdv("column5"));
Column size is 20% (see the code) but after I set the column sizes they will be larger (see the code and messages with the sizes).
I don't know why?
Attachment:
sample1_bdfd48ec.zip