Hi, I'm trying to disable the hottrack on a ultratree with a OutlookExpress viewstyle. Any suggestions?
Hi,
How you turn it off depends on where it's coming from in the first place. If it's just the default where the header shows a blue line around it, then you can turn this off by setting the HeaderStyle property:
this.ultraTree1.ColumnSettings.HeaderStyle = Infragistics.Win.HeaderStyle.Standard;
Thanks, that seems to work for me