This is a migrated thread and some comments may be shown as answers.

items' horizontal Alignment

1 Answer 36 Views
ContextMenu
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Reem
Top achievements
Rank 1
Reem asked on 16 Jul 2013, 06:28 AM
Dears,

I am using radContextMenu but noticed that when changing the language of the app "Culture Info" of the application to "ar-sa" for example the items are still aligned to "Left" while everything else is aligned to "right" which supposly the case when the culture info is "ar".

kindly advice about how to solve this issue OR provide me with any work around,

regards,

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 19 Jul 2013, 07:29 AM
Hi Reem,

You can slightly adjust the style for RadContextMenuItem. If you have a RadContextMenu defined, you should tweak the style like this:

<telerikPrimitives:RadContextMenu>
    <telerikPrimitives:RadContextMenu.Resources>
        <Style TargetType="telerikPrimitives:RadContextMenuItem">
            <Setter Property="HorizontalContentAlignment"
                    Value="Right"/>
        </Style>
    </telerikPrimitives:RadContextMenu.Resources>
</telerikPrimitives:RadContextMenu>
Please write again if need further assistance.

Regards,
Victor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
ContextMenu
Asked by
Reem
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or