This question is locked. New answers and comments are not allowed.
Hi,
I am unable to get my Grid to scroll horizontal.
Looking for the magic property that enables this, any idea where that is?
Here is my grid open tag markup:
Thanks in advance
I am unable to get my Grid to scroll horizontal.
Looking for the magic property that enables this, any idea where that is?
Here is my grid open tag markup:
<
telerik:GridViewDataControl
x:Name
=
"dgOrders"
ItemsSource
=
"{Binding Data, ElementName=orderDetailDomainDataSource}"
HorizontalAlignment
=
"Center"
VerticalAlignment
=
"Center"
AutoGenerateColumns
=
"False"
MinHeight
=
"300"
IsReadOnly
=
"True"
HeaderRowStyle
=
"{StaticResource GridViewHeaderRowStyle1}"
AlternateRowBackground
=
"{StaticResource GridView_SortIndicatorColor}"
GroupPanelItemStyle
=
"{StaticResource GridViewGroupPanelItemStyle1}"
CanUserDeleteRows
=
"False"
CanUserInsertRows
=
"False"
Width
=
"760"
ScrollViewer.HorizontalScrollBarVisibility
=
"Visible"
>
Thanks in advance