TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Resumurof
NA
50
6.5k
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>
Reply
Answers (
1
)
.Net 3.5 WPF Check box in ||Listview
Coloring text using wpf