CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Aditi paliwal

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    10,619

    Re: Horizntal GridSplitter

    I didn't really knew the use of grid splitter. But i knew the properties of a grid. so, I went through 1 example and now i am through with it i think this peice of code will definitely work for you....
  2. Replies
    5
    Views
    10,619

    Re: Horizntal GridSplitter

    <Grid >
    <Grid.RowDefinitions>
    <RowDefinition Height="126*" />

    </Grid.RowDefinitions>
    <Grid.ColumnDefinitions>
    <ColumnDefinition...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured