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
40
How to hide expend/collapsed indicator focus in UltraExpandableGroupBox
posted

I want to to hide expend/collapsed indicator focus in UltraExpandableGroupBox

  • 29105
    Offline posted

    Hello, 

    // Prevent the expansion indicator from drawing a focus rectangle when the control has focus. this.ultraExpandableGroupBox1.ShowFocus = false;