【发布时间】:2018-12-09 16:27:54
【问题描述】:
内容(文本)长于最大按钮宽度的按钮是否可以在鼠标悬停时从右向左滚动剩余的文本?像电子横幅这样的东西是我能解释的最好的了。
到目前为止,这是唯一反映我的按钮样式 xaml 的东西。
<Page.Resources>
<Style x:Key="Str" TargetType="{x:Type Button}">
<Setter Property="Width" Value="90"/>
</Style>
</Page.Resources>
【问题讨论】: