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
Brinda Muthiah
NA
4
7.2k
Expander view
Jul 26 2012 1:47 AM
i hav an expanderview.which wen clicked expands...the contents which are viewed wen expanded are horizontally scrollable...!! but the header header also scrolls...!! i dont want the header to scroll along with the content..please help !! i hav mentioned the code below please help !! tghank you !
<
toolkit
:
ExpanderView
Width
="1800"
Header
="{
Binding
TaskName
,
Mode
=TwoWay}"
x
:
Name
="taskNameExpander"
Margin
="5,10,5,10"
Foreground
="#FF677389"
FontSize
="24"
VerticalAlignment
="Top"
HorizontalAlignment
="Left"
ItemsSource
="{
Binding
dateTime
}"
ItemTemplate
="{
StaticResource
CustomItemTemplate
}">
<
toolkit
:
ExpanderView.ItemsPanel
>
<
ItemsPanelTemplate
>
<
StackPanel
Orientation
="Horizontal"
Width
="Auto"
ScrollViewer.HorizontalScrollBarVisibility
="Visible"
ScrollViewer.VerticalScrollBarVisibility
="Disabled"/>
</
ItemsPanelTemplate
>
</
toolkit
:
ExpanderView.ItemsPanel
>
</
toolkit
:
ExpanderView
>
</
ScrollViewer
>
Reply
Answers (
0
)
i want in a pdf format
drawing a polygon in metro app in c++ language using mouse events