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

Rad dock tool window right to left auto hide

2 Answers 113 Views
Dock
This is a migrated thread and some comments may be shown as answers.
meraj
Top achievements
Rank 1
meraj asked on 18 Dec 2010, 04:17 PM
when i use left to right support in dock tool window after auto hiding the tab appears in bottom instead of appearing on the top

2 Answers, 1 is accepted

Sort by
0
Accepted
Richard Slade
Top achievements
Rank 2
answered on 18 Dec 2010, 11:36 PM
Hello,

If you set RightToLeft on the RadDock itself, then the tab will end up at the bottom. However, as you want RightToLeft on the ToolWindow then only set RighttoLeft on that, and not on the RadDock. In this way the ToolWindow will show the tab at the top

Me.RadDock1.RightToLeft = RightToLeft.No
Me.ToolWindow1.RightToLeft = RightToLeft.Yes

Hope that helps
Richard
0
meraj
Top achievements
Rank 1
answered on 19 Dec 2010, 12:25 PM
Thanx this is very helpful
Tags
Dock
Asked by
meraj
Top achievements
Rank 1
Answers by
Richard Slade
Top achievements
Rank 2
meraj
Top achievements
Rank 1
Share this question
or