Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
谁能建议我如何更改DataGridSilverlight 中内置滚动查看器的样式。
DataGrid
现在我DataGrid正在采用项目中使用的默认滚动查看器样式,所以我想更改它是否有可能,如果是,请建议我。
如果您使用 Expression Blend,在设计模式下,您可以右键单击数据网格 > 编辑模板 > 编辑副本。
在“对象和时间线”窗口中将出现内置组件,包括水平和垂直滚动条:
之后,在“对象和时间线”窗口中,右键单击 ScrollBars > Edit Template > Edit Current。XAML 窗口将显示 ScrollBar 样式:
我建议您手动复制整个样式并在副本中进行更改。