Resumurof

Resumurof

  • NA
  • 50
  • 6.2k

wpf suggestion needed

May 18 2016 2:51 PM
HI,
        I need to append a text (NewStatus: ) which is to be displayed in status bar, could any one suggest me some thoughts on this. pls find sample code below
 
<StatusBarItem Grid.Column="5">
<ItemsControl ItemsSource="{Binding Cos}">
<ItemsControl.ItemsPanel>
<ItemsPanelTemplate>
<UniformGrid Rows="0" Columns="{Binding Cos.Count}"/>
</UniformGrid>
</ItemsPanelTemplate>
</ItemsControl.ItemsPanel>
</ItemsControl>
</StatusBarItem>
 

Answers (1)