Can it possible to add Styles to ListView in Windows Application
I am developing an windows application and in this project i am using ListView Controls to displa开发者_开发知识库y the Data and i want to change the look of the Listview, so if you have any idea or any use full links then please let me know.
You will have to draw the style on your own using Owner Draw
精彩评论