views:

38

answers:

1

Hello,

i have a DataGrid. And a bind a List<> to it and add at runtime in the code a few columns. After adding this columns the vertical scrolling isn't very good. The added columns in code are dynamic created, i think between 10 - 50. And there are about 140 rows. How can i fix it?

I read something about ui virtualization, but i dont understand how use it on a DataGrid? Can someone help me to finde a solution?

Thanks....

A: 

You need a datagrid that supports UI virtualization for columns. I don't believe the free Microsoft Silverlight datagrid supports that.

Not sure if there's a solution for that, but I do want to point out that we sell a datagrid for Silverlight at Xceed that supports it.

Link to this solution: http://xceed.com/grid_silverlight_intro.html

Odi - Xceed
Thanks for the Answer, but i dont want buy one... can i build a own UI virtualization for columns ?
Werewolve
No problem. I don't know if you can retrofit this capability in that datagrid, haven't tried. Time is money...
Odi - Xceed