[SOLVED] ListView Header

Answered Closed
0
0

 

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

 

 

  • You must to post comments
Best Answer
0
0

Added ListView.HeaderStyle as bug WJ-7799.

  • You must to post comments
0
0

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?

  • You must to post comments
Showing 2 results