1
Answer

wpf suggestion needed

Resumurof

Resumurof

8y
267
1
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)