Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1585
Initial Width
posted

I have a XamOutlookBar where I want to set the initial width.
Also I have a splitter, where it would resize the columns and I want the ability
for the XamOutlookBar to be resized based on the splitter control.

Basically I have something like:

 

<Grid>
    <Grid.ColumnDefinitions>
       <ColumnDefinition Width="Auto"/>
       <ColumnDefinition Width="8"/>
       <ColumnDefinition Width="*"/>
    </Grid.ColumnDefinitions>

    <ig:XamOutlookBar Grid.Column="0"/>
   <controls:GridSplitter Grid.Column="1"/>
   <uc:MyUserControl Grid.Column="2"/>

 </Grid>

 How could I achieve this?

 

Parents
No Data
Reply Children
No Data