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.
当我点击底部应用栏中的图标时,它保持打开状态。单击按钮时我需要关闭它。我怎样才能做到这一点?
我正在使用 C#、XAML。
设置 IsOpen=false。这应该足够了。