WPF: Apply ScrollBar Style to ListBox Template - Error object cannot be added to border
Posted
by TheMar
on Stack Overflow
See other posts from Stack Overflow
or by TheMar
Published on 2009-09-11T19:38:08Z
Indexed on
2010/03/16
20:01 UTC
Read the original article
Hit count: 810
Hi,
I thought this may be straightforward question but did not find any definitive answer while searching net or SO.
I have created scrollbar style (using standard scroll bard template - Blend 2)
I am not sure how to apply this style "MyScrollStyle" to a ListBox Template .
I saw on ListBox template they have Scroll Viewer --> which should contain the scrollbar
Assuming it is something simple as
---Content Added---
After going through lot of xaml in template edit I kind of understood how to apply style. I am trying to add the scroll view style set in this example -http://blog.xamltemplates.net/wp-content/uploads/2008/12/scrollviewer.zip, to my list view template but it gives error --
System.Windows.Markup.XamlParseException was unhandled
Message="'ScrollViewer' object cannot be added to 'Border'. Exception has been thrown by the target of an invocation. Error at object 'System.Windows.Controls.ScrollViewer' in markup file 'MenuModule, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null;component/resources/Resources.xaml' Line 19 Position 26."
Source="PresentationFramework"
LineNumber=19
LinePosition=26
NameContext="1_T"
Any help is appreciated
Thank you, The Mar
© Stack Overflow or respective owner