Possible to Freeze Columns in a WPF ListView/GridView?

Posted by Phil Sandler on Stack Overflow See other posts from Stack Overflow or by Phil Sandler
Published on 2010-06-10T21:16:24Z Indexed on 2010/06/10 21:22 UTC
Read the original article Hit count: 390

Filed under:
|
|

I currently have a GridView inside a ListView.View. The GridView columns will far exceed the width of the screen, so there will always be horizontal scrolling.

What I would like to do is to have certain columns always remain on the screen regardless of scrolling. So the first x columns from the left are frozen (ala Excel), and the rest can scroll.

It does not need to be dynamic/user selected--I know in advance which columns need to be frozen.

Is this possible?

© Stack Overflow or respective owner

Related posts about wpf

Related posts about gridview