Hi, Anyone know if it's possible to avoid the selected node in a treeview to loose it's "selected color" when the treeview looses focus? Thanks D.
"Dahab" schrieb: > Anyone know if it's possible to avoid the selected node in a treeview to > loose it's "selected color" when the treeview looses focus? Maybe setting the control's 'HideSelection' property to 'False' is sufficient for you. -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/>
Thanks Herfried , Just what I needed! Tor "Herfried K. Wagner [MVP]" wrote in message news:uc0MJjN4HHA.5724@TK2MSFTNGP05.phx.gbl... > "Dahab" schrieb: >> Anyone know if it's possible to avoid the selected node in a treeview to >> loose it's "selected color" when the treeview looses focus? > > Maybe setting the control's 'HideSelection' property to 'False' is > sufficient for you. > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/>