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.
我想知道扩展器是否已扩展。像这样的东西:
Boolean getExpanderStatus= myExpander.isExpanded()
但这不起作用,因为“不可调用的'System.Windows.Controls.Expander.IsExpanded'不能像方法一样使用。
我敢肯定会有一个烦人的简单答案。
提前致谢。
IsExpanded是一个属性,而不是一个方法。
IsExpanded
属性的行为类似于变量;他们不使用括号。