You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
1、当设置speed的时候,会弹出错误
2、在外框尺寸发生变化的时候不会UpdateContent
To Reproduce
Steps to reproduce the behavior:
1、代码:
<hc:RunningBlockWidth="100"Margin="0,16,0,0"HorizontalAlignment="Left"AutoReverse="True"AutoRun="True"Content="test test test test test test test test test test"Runaway="False"Speed="200" />
<hc:RunningBlockMargin="0,16,0,0"HorizontalAlignment="Stretch"VerticalAlignment="Top"AutoReverse="True"AutoRun="True"Content="test test test test test test test test test test"Runaway="False" />
Describe the bug
1、当设置speed的时候,会弹出错误
2、在外框尺寸发生变化的时候不会UpdateContent
To Reproduce
Steps to reproduce the behavior:
1、代码:
当runaway为false的时候设置speed会崩溃,应该是UpdateContent的TimeSpan.FromSeconds((to-from)/Speed)这里to-from为负导致
2、window中只放置
拖动缩放window的时候滚动状态不会改变
期望当autorun=True的时候,如果整体尺寸发生变化,也会刷新是否开始滚动
建议在RunningBlock的SizeChange中也添加UpdateContent
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: