Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Grouping in a GridView inside ListView

 
 
Old 08-15-2006   #1 (permalink)
abe545@gmail.com


 
 

Grouping in a GridView inside ListView

My application requires a gridview that can display the results in
groups, so I followed the example found at
http://blogs.msdn.com/atc_avalon_tea...15/551721.aspx,
using the June CTP of .NET 3.0. This works great when the number of
rows is small, say less than 200. But when the row count grows, the
grid is horendously slow when sizing the columns, and refreshing the
data.

If I comment out the code that defines the GroupStyle for the grid
view, there is no problem with the column resizing. I think it has
something to do with the VirtualizingStackPanel that the listview uses
to host its children, and the fact that each group is now the child.
If anybody knows how to get the grouping feature to perform as well as
a gird without grouping, that would be great.


My System SpecsSystem Spec
Old 08-31-2006   #2 (permalink)
paul.shmakov@gmail.com


 
 

Re: Grouping in a GridView inside ListView


abe545@gmail.com wrote:
> My application requires a gridview that can display the results in
> groups, so I followed the example found at
> http://blogs.msdn.com/atc_avalon_tea...15/551721.aspx,
> using the June CTP of .NET 3.0. This works great when the number of
> rows is small, say less than 200. But when the row count grows, the
> grid is horendously slow when sizing the columns, and refreshing the
> data.


Hi,

The same problem here.

Here is a discussion on MS forum:
http://forums.microsoft.com/MSDN/Sho...85245&SiteID=1

paul

My System SpecsSystem Spec
 

Thread Tools



Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46