How to use vertical scroll into a GridControl

Hi,
I'd like to use a vertical scroll into my GridControl.
Is anybody now how to do that.
Thanks
Lionel


2 Replies

AD Administrator Syncfusion Team November 21, 2008 09:40 AM UTC

You can put the GridControl into a ScrollViewer.


xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sfScroll="clr-namespace:Syncfusion.Windows.Controls.Scroll;assembly=Syncfusion.GridCommon.Wpf"
xmlns:sf="http://schemas.syncfusion.com/wpf"
Title="Window1" Height="300" Width="300">











LT Lionel Thiebaut November 21, 2008 10:00 AM UTC

Thanks.


Loader.
Up arrow icon