Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Dock > TabstripItem shape

Not answered TabstripItem shape

Feed from this thread
  • Jean-Marc Intermediate avatar

    Posted on Sep 22, 2011 (permalink)

    Hello,
    I have a problem with the shape of the tabstripitem with Q2 2011:
    In the previous libraries version the shape of the tabstrip didn' t overcome the text of the tabstrip, while now it does (the shape is a Vs Tab shape).
    I want to restore the old shape/text relation.

    As attachement screenshot of the actual and desired layout.

    Thank you in advance.

    Attached files

    Reply

  • Stefan Stefan admin's avatar

    Posted on Sep 27, 2011 (permalink)

    Hello Jean-Marc,

    Thank you for writing.

    You can achieve the desired look by increasing the default padding (20,2,3,2) in the TabStripItem. In your scenario you need to increase the Left padding setting:
    documentWindow1.TabStripItem.Padding = new Padding(20, 2, 13, 2);

    I hope that you find this information helpful. If there is anything else I can assist you with, do not hesitate to contact me. 

    Best wishes,
    Stefan
    the Telerik team

    Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Dock > TabstripItem shape
Related resources for "TabstripItem shape"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]