CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    May 2008
    Posts
    3

    Moving GridSplitters in unison

    I have a program where I want two separate GridSplitters to move in unison. The GridSplitters are located on Pages and the Pages are placed on the Main Window with Frames. Now when the User moves one GridSplitter the other GridSplitter should move the exact same way. It should not matter which GridSplitter the User moves.

    I have created my own event and event handler and put code in to adjust the height of the Rows, but the code doesn't seem to have the desired affect. The project solution is attached.

    I would appreciate any help with making this work.

    Gary
    Attached Files Attached Files

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