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.
我在 WPF 应用程序中有一个网格,其中包含 2 个网格。内部网格是宽度绑定 - 一个依赖于另一个。我用故事板从代码中更改了一个网格的宽度,它可以工作。但是当我尝试用另一种方法改变它时,它什么也没做。什么会导致这种行为?
检查故事板是否经常将其最终值放入网格的宽度属性中,您可以通过为其设置停止的 FillBehavior 来关闭它。MSDN
<Storyboard FillBehavior="Stop">