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
Added ListView.HeaderStyle as bug WJ-7799.
Looks like we missed ListView.HeaderStyle. Will add.
Subitems cannot be images, they are only text or htmltext. Are you trying to use the ListView as if it was a DataGridView?