How can I edit position of the grid?
I want only one column like in the attach image
1 Answer, 1 is accepted
0
Dinko | Tech Support Engineer
Telerik team
answered on 24 Jan 2017, 02:51 PM
Hi Hakan,
In order to change the default position of RadColorEditor elements, you can edit the default template of the control. You can take a look at the Editing Control Templates help article in our documentation which describes how you can extract and edit the default template of the controls. In your case after you have extracted the template you can navigate to the Grid with x:Name="SectionsGrid" which holds all elements. Then you can create one column (for example) for this grid and wrap the elements in a panel so they can be position vertically.
Regards,
Dinko
Telerik by Progress
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which you to write beautiful native mobile apps using a single shared C# codebase.