Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: Dark-Feanor on March 24, 2004, 05:22 PM

Title: How do you change the background color of a treeview?
Post by: Dark-Feanor on March 24, 2004, 05:22 PM
Pretty basic question. Anybody know how? I was unable to find a way in the properties menu.
Title: Re:How do you change the background color of a treeview?
Post by: UserLoser. on March 24, 2004, 05:31 PM
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q178/4/91.asp&NoWebContent=1 (http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q178/4/91.asp&NoWebContent=1)
Title: Re:How do you change the background color of a treeview?
Post by: Dark-Feanor on March 24, 2004, 08:11 PM
Thanks userloser. Did the trick... although it is kinda sloppy looking.
Title: Re:How do you change the background color of a treeview?
Post by: Stealth on March 24, 2004, 11:12 PM
For my new settings menu design, which uses a treeview for navigation, I used vbAccelerator's vbalTreeView (http://www.vbaccelerator.com/home/VB/Code/Controls/TreeView/TreeView_Control/article.asp) control, which supports more extensive coloring and layout customization at the cost of some program overhead. It performs very well for my purposes.
Title: Re:How do you change the background color of a treeview?
Post by: Dark-Feanor on March 27, 2004, 01:25 AM
I will check it out. Looks great.