Accordion for WinForms | ComponentOne
In This Topic
    RTL Support
    In This Topic

    Some languages render content from the right to the left of the page, such as Arabic and Hebrew. To support this type of rendering, RightToLeft property can be used to align all the elements in the Accordion control in right to left direction as showcased in the following image.

    WinForms Accordion with Right to Left support

    The following code showcases how to set the RightToLeft property for the Accordion control. This example uses the code from Quick Start.

    C#
    Copy Code
    c1Accordion1.RightToLeft = RightToLeft.Yes;