Hello
I use the xamgrid in my application and i encounter a issue with the height of rows when there are many rows.We use a template column to display a data template depending of the type of the data row. So on the xamgrid, the row's height is not uniform. When i scroll down and scroll up, some rows's height have changed. How i can fit the row's height when i scroll down/up?
I attached a sample application describing the issue.
Helps will be appreciated. Thanks.
Pierre.
screen before scroll down/up:
screen after. Some spaces appear in the first row.
On the left, there are two rows 'Set1' and 'Set2'. 'Set2' have ~60 rows. You can test on it...
Hello Pierre,
Set the RowHeight property to "Dynamic". That should take care of the issue for you.
<ig:XamGrid RowHeight="Dynamic" ... >