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

Feature Request: Frozen Columns

2 Answers 50 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Maurice
Top achievements
Rank 1
Maurice asked on 09 Mar 2018, 05:16 AM

It would be a nicer UX if a user did not have to first move the frozen column indicator in order to resize a column.

I am happy to style it myself this way but I am struggling to find the correct element, is it the PART_FrozenColumnsPreview element?

 

Regards,
Maurice

2 Answers, 1 is accepted

Sort by
0
Dinko | Tech Support Engineer
Telerik team
answered on 13 Mar 2018, 12:46 PM
Hello Maurice,

To style the frozen column splitter you can create an implicit style which targets the FrozenColumnsSplitter. Check the following code snippet for example.
<Style TargetType="telerik:FrozenColumnsSplitter">
    <Setter Property="Background" Value="Red"/>
    <Setter Property="Width" Value="5"/>
</Style>

Regards,
Dinko
Progress Telerik
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.
0
Maurice
Top achievements
Rank 1
answered on 13 Mar 2018, 09:26 PM

Thank you Dinko, I did that but it is not always consistent, given it needs a calculation of the top margin when different headers are present. I have a working solution though.

 

Regards,

Maurice

Tags
GridView
Asked by
Maurice
Top achievements
Rank 1
Answers by
Dinko | Tech Support Engineer
Telerik team
Maurice
Top achievements
Rank 1
Share this question
or