(X) Hide this
    • Login
    • Join
      • Generate New Image
        By clicking 'Register' you accept the terms of use .
        Login with Facebook

Search

Go
 
Want better search results?  See our search tips!

Learn


  • 10 comments  /  posted by  Ivan Dragoev  on  Sep 02, 2008 (more than a year ago)
    To add scrollbars to ItemsControl you have to modify the control template and to add ScrollViewer for the ItemsPresenter. Xaml <ItemsControl > <ItemsControl.Template> <ControlTemplate> <ScrollViewer x:Name="ScrollViewer" Padding="{TemplateBinding Padding}"> <ItemsPresenter /> </ScrollViewer> </ControlTemplate> </ItemsControl.Template> </ItemsControl>  
  • 1 comments  /  posted by  Denislav Savkov  on  Sep 01, 2008 (more than a year ago)
    There is a special control in Silverlight responsible for scrolling of content. The full name of this control is System.Windows.Controls.ScrollViewer. You can use it like a regular container by placing all of the content you want to scroll inside of it. The control's properties that worth mentioning are two: HorizontalScrollBarVisibility and VerticalScrollBarVisibility. As you can guess they allo ...
See all 3 results


News

No items found

Books

No items found

Showcase

No items found


  • All
  • Learn
  • News
  • Forums
  • Books
  • Showcase