ItemsPanel vs Grid vs GridSplitter

Posted by bitbonk on Stack Overflow See other posts from Stack Overflow or by bitbonk
Published on 2010-02-25T06:14:13Z Indexed on 2010/03/19 4:01 UTC
Read the original article Hit count: 511

I am currently trying to build a ControlTemplate for an ItemsControl that uses the Grid as its ItemsPanel where each item is stacked horizontally and delimited with a GridSplitter.

The basic goal is to have a dynamic bindable ItemsControl where all items stack up in a row and where each item can be resized with a splitter.

There are two things I can't wrap my head around: How is the GridSplitter supposed to end up automatically between each item? How do I set Grid.Column for each item.

© Stack Overflow or respective owner

Related posts about itemscontrol

Related posts about itemspanel