michael asked 2016-11-15 22:44:51 UTC
1.- Hi, I want to hide the Headers of my ListView.
How is that possible in WiseJ?
ListView.HeaderStyle = ColumnHeaderStyle.None
ListView.ColumnHeadersHeight = 0
2.- How can I add an image to my ListView?
In VWG ... ColumnType... and then subitems.add(object) ' when the object is the image
michael asked 2016-11-15 22:44:51 UTC
1.- Hi, I want to hide the Headers of my ListView.
How is that possible in WiseJ?
ListView.HeaderStyle = ColumnHeaderStyle.None
ListView.ColumnHeadersHeight = 0
2.- How can I add an image to my ListView?
In VWG ... ColumnType... and then subitems.add(object) ' when the object is the image