Hello, I am converting our VWG app to WiseJ. In VWG, hiding listview columns from view was as easy as newColumn.Visible = false. But that flag does not exist in WiseJ.
What is the appropriate way of hiding columns from view, but having them accessible programatically? Thanks, and sorry if this question has already been asked/answered, I just can’t find it.
Andrew
Hi Andrew,
The ColumnHeader.Visible property is missing, we followed WinForms classes and properties more than VWG and then try to cover the VWG features that make sense and the ones that we used in our projects 🙂
I have added this as enhancement as WJ-7798. Will be in the next update, it’s quite easy to add.
Best,
Luca