Notifications
Clear all
[Closed] Selection Color in ListView
Jan 12, 2010 10:53 am
Hi to All!
How to change the color of choice in the ListView from default color to another?
Thanks.
1 Reply
Jan 12, 2010 10:53 am
There’s no simple switch for that, you should set the ownerdraw property of the listview to true and provide the DrawItem eventhandler with an override method for drawing the text and backcolor. I don’t have a sample here, but if you can translate C# to maxscript:
http://www.codeguru.com/csharp/csharp/cs_controls/custom/article.php/c13423/
-Johan