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
ketan borsdiya
NA
1.1k
11.4k
Expander not display All values
Jul 6 2016 6:45 AM
Hi All,
My WPF window have below code,
<DockPanel LastChildFill="True">
<StackPanel Height="45" DockPanel.Dock="Top" VerticalAlignment="Top" HorizontalAlignment="Stretch">
<Expander Header="Test" >
<StackPanel Orientation="Vertical">
<TextBlock Text="Open" Foreground="Silver"/>
<TextBlock Text="New" Foreground="Silver"/>
<TextBlock Text="Edit" Foreground="Silver"/>
</StackPanel>
</Expander>
</StackPanel>
</DockPanel>
I don't want to change any container control
Reply
Answers (
3
)
How to create a single instance of class
Populate combobox inside DataGrid from database table