4
A
回答
2
首先要做的就是讓自己的ScrollViewer模板的副本。 Blend使這非常簡單。在VS你有更多的工作要做。讓我們開始基本UserControl
<UserControl ....>
<Grid x:Name="LayoutRoot">
<ScrollViewer ...>
<!-- Content here -->
</ScrollViewer>
</Grid>
</UserControl>
得到的文檔ScrollViewer Styles and Templates,你會發現這裏這種控制現有的XAML。將其複製並放入UserControl
資源中。
<UserControl ....>
<UserControl.Resources>
<Style x:Key="MyScrollViewerStyle" TargetType="ScrollViewer">
<!-- copied content of the style from the above link -->
</Style>
</UserControl.Resources>
<Grid ....>
<Grid x:Name="LayoutRoot">
<ScrollViewer Style="{StaticResource MyScrollViewerStyle}">
<!-- Content here -->
</ScrollViewer>
現在ScrollViewer看起來和以前一樣。不同的是,你現在可以開始玩Template
Setter
的風格來重新安排和定製ScrollViewer
。
0
相關問題
- 1. 需要CSS網格幫助
- 2. 需要網格幫助
- 3. 需要幫助的網格
- 4. 需要幫助淡出格
- 5. 需要幫助JSON格式
- 6. 需要幫助Zend表格
- 7. 需要幫助jquery ui手風琴
- 8. 需要關於風暴的幫助
- 9. 龍捲風協程需要幫助
- 10. 需要幫助
- 11. 需要幫助
- 12. 需要幫助
- 13. silverlight scrollviewer風格
- 14. 需要C#服務器/客戶端風格程序的幫助
- 15. 我需要幫助實現一種風格到我的radTreeView
- 16. 風格不變(在媒體查詢中需要幫助!)
- 17. 需要幫助來「設置」一個REST風格的web服務
- 18. 需要javascript幫助
- 19. GetShortPathName需要幫助
- 20. 需要幫助Ordereddict
- 21. 需要setFilter幫助
- 22. 需要幫助NSFetchRequest
- 23. 需要幫助SQL
- 24. cssSandpaper.js幫助需要?
- 25. SQL幫助需要
- 26. 需要EJB幫助
- 27. 需要幫助javascript
- 28. ehcache幫助需要
- 29. subprocess.Popen幫助需要
- 30. 需要jqgrid幫助