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

Change Size of the Resize Grips on RadPane

3 Answers 166 Views
Docking
This is a migrated thread and some comments may be shown as answers.
Vinod
Top achievements
Rank 1
Vinod asked on 12 Dec 2012, 02:38 PM
Hello,

I'm designing an application for touch and the resize grips on RadPane are much too small to be manipulated with touch. Is there a way to change the size?

thanks,
Vinod.

3 Answers, 1 is accepted

Sort by
0
Masha
Telerik team
answered on 17 Dec 2012, 12:52 PM
Hi Vinod,

You should modify width or height property of RadGridResizer element in order to make bigger grips everywhere inside RadDocking control. You can do that by taking the resources from the RadControls installation folder on your machine. Inside that folder you will find the Themes folder which contains all themes resources. Just drill down to the Telerik.Windows.Controls.Docking.xaml file and theme of choice and include those resources in your project.

Hope it helps.

All the best,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Vinod
Top achievements
Rank 1
answered on 17 Dec 2012, 09:27 PM
Thanks, that helped. Instead of using the resources from telerik installation, it was easier to add a style to my application xaml

<telerik:RadDocking.Resources>
    <Style TargetType="telerik:RadGridResizer">
        <Setter Property="Width" Value="25" />
    </Style>
</telerik:RadDocking.Resources>
0
Masha
Telerik team
answered on 18 Dec 2012, 07:53 AM
Hello Vinod,

As you are using Implicit Styles, this is the proper way to achieve the approach.
I'm glad the solution helps you.

Greetings,
Maria
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
Docking
Asked by
Vinod
Top achievements
Rank 1
Answers by
Masha
Telerik team
Vinod
Top achievements
Rank 1
Share this question
or