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
20
I can't remove border ultratabcontrol
posted

I want remove border when slected tab.

Parents
  • 21795
    Offline posted

    Hello Dung,

    In order to remove the border of active tab item of the UltraTabControl you will need to use Draw filter. To use Draw Filter you have to create your class implementing IUIElementDrawFilter interface. In your draw filter class you have to catch TabItemUIElement on BeforeDrawFocus draw phase and to stop drawing it. More about Draw Filters you can find by following the next link http://help.infragistics.com/Doc/WinForms/current/CLR4.0/?page=Win_Draw_Filter.html

    Please find attached a sample solution implementing above described steps.

    Please let me know if this is what you are looking for or if I am missing something.

    CAS-142878-Y3G1V1.zip
Reply Children