CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2003
    Location
    Bali, Indonesia
    Posts
    103

    GridSplitter resize problem[WPF]

    I have a grid with two columns (one with "*" width and the other is auto) and a gridsplitter between the columns.

    I have expander in my top-right corner (they open left-to-right). the columns expand and collapse properly with the expander, until I use the gridsplitter. T

    The left column always stays at the size set by the gridsplitter. any idea how i can force the column to shrink back since the expander is collapsed?.

    Thanks...

  2. #2
    Join Date
    Aug 2005
    Posts
    3

    Re: GridSplitter resize problem[WPF]

    Please let me know if you are able to solve the problem. I am still scratcing my head.

  3. #3
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: GridSplitter resize problem[WPF]

    Can you post the xaml code that you are using?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured