This question is locked. New answers and comments are not allowed.
Good morning,
when I load my data in the gridview, I am having trouble enabling the vertical scroll,
since pesquesei in telerik documentation and used the method:
private void EnableScrollBars()
{
ScrollViewer.SetHorizontalScrollBarVisibility( this.radGridView, ScrollBarVisibility.Visible );
ScrollViewer.SetVerticalScrollBarVisibility( this.radGridView, ScrollBarVisibility.Visible );
}
<
telerik:RadGridView
x:Name
=
"gridChamados"
ShowGroupFooters
=
"False"
ShowColumnFooters
=
"False"
ItemsSource
=
"{Binding Lista, Mode=OneWay}"
IsReadOnly
=
"True"
AutoGenerateColumns
=
"True"
>
Any suggestions?
thank you
Gabriel Tavares