Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
How to disable the hottrack on a tree column header OutlookExpress
posted

Hi, I'm trying to disable the hottrack on a ultratree with a OutlookExpress viewstyle. Any suggestions?

Parents
  • 469350
    Verified Answer
    Offline posted

    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;

Reply Children
No Data