Link to home
Start Free TrialLog in
Avatar of texasboy
texasboy

asked on

Making a listview header file flat and unclickable

Is there a way to make a listview header that will be flat and unclickable?
Avatar of Inteqam
Inteqam

you can use labels instead of headers ,
make the hidecolumnHeader property to true , and insert labels instead of them , with the appearance property = 0 , and the border style property = 1

ASKER CERTIFIED SOLUTION
Avatar of idcanada
idcanada

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial