Sign in
Dan Crevier's Blog
In search of a better name...
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.Net development
ASP.NET
Debugging
DM-V-VM
FolderShare
HealthVault
Max
PageModel
PanelLayoutAnimator
pdc2005
SkyDrive
Tips & Tricks
Utilities
VirtualizingTilePanel
Vista
Web Perf
Windows Phone
WP7
WPF
Browse by Tags
MSDN Blogs
>
Dan Crevier's Blog
>
All Tags
>
virtualizingtilepanel
Tagged Content List
Blog Post:
Implementing a VirtualizingPanel part 4: the goods!
Dan Crevier
Ok, we finally get to a full implementation with this post. I’ll be showing the implementation of a VirtualizingTilePanel. This is a layout is very similar to the one I used for the layout animation sample . For the sample, I’ve created a small test harness that lets you play with it. Here’s a screenshot...
on
17 Feb 2006
Blog Post:
Implementing a VirtualizingPanel part 3: MeasureCore
Dan Crevier
Now that we understand how IItemContainerGenerator works, I’m going to walk through some of the details of how your virtualizing panel’s MeasureOverride should work. I think the easiest way to see how it all works is to just look at some code. In the code below, I’ve excluded the code in MeasureOverride...
on
15 Feb 2006
Blog Post:
Implementing a VirtualizingPanel part 2: IItemContainerGenerator
Dan Crevier
In part 1 of this series of posts, I gave an overview of how to write a VirtualizingPanel. One of the keys to the implementation is understanding IItemContainerGenerator. I personally found it a bit nonintuitive to begin with. IItemContainerGenerator will not only help us generate (realize) and destroy...
on
13 Feb 2006
Blog Post:
Implementing a virtualized panel in WPF (Avalon)
Dan Crevier
Displaying large sets of data can be challenging to do performantly. If you have a scrolling list of data, one technique to improve performance is to only create the UI elements that are visible. This is refered to as UI virtualization (as opposed to data virtualization, which is the technique of not...
on
6 Feb 2006
Blog Post:
Tutorial on IScrollInfo
Dan Crevier
Ben Constable , our l33t Max guy, is writing up a nice tutorial on how to use IScrollInfo for those times when you need full control of your scrolling view in Avalon. Parts 1 and 2 are up so far.
on
7 Jan 2006
Page 1 of 1 (5 items)