How to make round corner

Hi,
I'd like to know how to make round corner in some corner of my gridcontrol.
Thanks.
Lionel


2 Replies

AD Administrator Syncfusion Team November 21, 2008 11:41 AM UTC

We have no property settings that would allow you to show round corners on the GridControl border. I tried to see if there is a simple way to get this look through some built-in WPF functionality, but have not been able to see how you might do this easily.

I will update this thread if I come up with something.





AD Administrator Syncfusion Team November 21, 2008 04:16 PM UTC

You can put the grid inside a rounded border, but this puts a round border around all 4 corners.

xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sf="http://schemas.syncfusion.com/wpf"
Title="Window1" Height="300" Width="300">

HorizontalAlignment="Center" VerticalAlignment="Center">

HorizontalScrollBarVisibility="Visible"
VerticalScrollBarVisibility="Visible">










Loader.
Up arrow icon