Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1775
Fixing the Xamdatagrid header
posted

Hello,

 

I’m having inverted xamdatagrid as follows.

Properties

“X1”

“X2”

“X3”

“X4”

Property1

 

 

 

 

Property2

 

 

 

 

 

Let us assume that “X1” to “Xn” columns are generated based on the user input .Actually in my xamdatagrid, I have many properties.

I need to add scroll bar to grid in such a way that, only contents (i.e. property1, property2 etc.) should scroll not the header.

<xamdatagrid ScrollViewer.HorizontalScrollBarVisibility="Auto"                                                                                ScrollViewer.VerticalScrollBarVisibility="Auto">

</xamdatagrid>

Please help to fix the header and scroll the data.

Note: My xamdatagrid is inverted grid.

 

Thanks and regards,

Sasi