WPF resizing and gridsplitter issues

Sep 17, 2008 11:14

Maybe some of the WPF users who read my LJ can help. If not, at least I get to rant.

Here are the problems:
  1. GridSplitter only really works right if everything is using star sizing.
  2. GridSplitter likes to ignore the minimum sizes you have set on columns.
  3. If you are using a GridSplitter between a pixel-sized column and a star-sized column, when you ( Read more... )

wpf

Leave a comment

Comments 2

mbrubeck September 17 2008, 15:51:57 UTC
No help, but if it's any comfort, I'm having about as much trouble working with grid controls in Adobe Flex. :P

Reply


sithjawa September 17 2008, 21:13:48 UTC
Funny, that's the same solution I've heard for people's problems with a lot of the other WPF classes (like TreeView and almost anything that's used for Document creation).

Reply


Leave a comment

Up