tree view question / hightlighting rows

2010-01-24 Thread Alexander Nagel
Hi, i have a treeview which displays a list of filenames in one column and other things in other columns. I can iterate successfully through the list. How can I highlight the current row? With highlight I mean that the row looks like selected by the user. My next question/problem then is: if

Re: tree view question / hightlighting rows

2010-01-24 Thread Carlos Pereira
Alexander Nagel wrote: Hi, i have a treeview which displays a list of filenames in one column and other things in other columns. I can iterate successfully through the list. How can I highlight the current row? With highlight I mean that the row looks like selected by the user. For example,

Re: tree view question / hightlighting rows

2010-01-24 Thread Alexander Nagel
Hi, and thanks for your quick response. I have searched the archive, it seems I just overread it. It's hard to search for something but you don't know what to look for. Sometimes one need just a hint to the correct function. thanks Alexander Carlos Pereira schrieb: Alexander Nagel wrote: