telerik / UI-For-UWP

This repo contains the source code for Telerik UI for Universal Windows Platform (UWP), which includes 20+ UI controls for developers building UWP applications.
http://www.telerik.com/uwp/
Other
1.16k stars 234 forks source link

Is there a way to differentiate Frozen & Un-Frozen Columns #347

Open didi2391 opened 5 years ago

didi2391 commented 5 years ago

Though we set Frozen Column count the Horizontal Scroll bar starts from the first column

Is there a way to highlight the vertical column line to differentiate between frozen and unfrozen columns

or

Can the vertical scroll bar be made available only from the Unfrozen columns ?

Scrollbar option is supported here - https://docs.microsoft.com/en-us/windows/communitytoolkit/controls/datagrid_guidance/styling_formatting_options

Is the same support available?

APopatanasov commented 5 years ago

Unfortunately, there isn't a separator that distinguish the Frozen columns. This is will be a nice addition to the DataGrid control and because of that I will mark the issue as a feature.

You can still achieve the desired appearance and add a separator by overriding the default Template of the control. I have created a sample project that demonstrates how to achieve that - please, check it.

Hope this helps. RadDataGrid_347.zip

didi2391 commented 5 years ago

Thanks It works fine now :)

Hope this feature gets added in upcoming release