InsertCol (ListView) Topic is solved

Share your ideas as to how the documentation can be improved.
User avatar
flyingDman
Posts: 2817
Joined: 29 Sep 2013, 19:01

InsertCol (ListView)

Post by flyingDman » 16 Feb 2024, 15:53

Omitting ColumnNumber creates a new column on the right side of existing columns. This option is not addressed and ColumnNumber is currently not reported as an optional parameter. Hence, the red opening square bracket can be moved to the left before ColumnNumber and the text can be amended to:
"If ColumnNumber is omitted or is larger than the number of columns currently in the control, the new column is added next to the last column on the right side."
Example:

Code: Select all

g := gui(), LV := g.add("listview")
LV.insertCol(,,1)
LV.insertCol(,,2)
LV.insertCol(,,3)
LV.ModifyCol()
g.show
14.3 & 1.3.7

User avatar
Ragnar
Posts: 614
Joined: 30 Sep 2013, 15:25

Re: InsertCol (ListView)  Topic is solved

Post by Ragnar » 07 Mar 2024, 08:32

Thanks for reporting. I've fixed this.

User avatar
flyingDman
Posts: 2817
Joined: 29 Sep 2013, 19:01

Re: InsertCol (ListView)

Post by flyingDman » 07 Mar 2024, 11:17

:thumbup:
14.3 & 1.3.7

Post Reply

Return to “Suggestions on Documentation Improvements”