Closed CodingOctocat closed 8 months ago
触发器似乎忘记处理 Title 了,导致界面整体禁用(IsEnabled=False)变灰后,Title 的文字仍然很显眼。 此问题包括 ReadOnlyComboBox 及任何支持 hc:TitleElement.Title 的控件。
IsEnabled=False
ReadOnlyComboBox
hc:TitleElement.Title
https://github.com/HandyOrg/HandyControl/blob/babf40e59fe9e57eb185e4658ce46036610083f9/src/Shared/HandyControl_Shared/Themes/Styles/Base/TextBoxBaseStyle.xaml#L194
设计如此
触发器似乎忘记处理 Title 了,导致界面整体禁用(
IsEnabled=False
)变灰后,Title 的文字仍然很显眼。 此问题包括ReadOnlyComboBox
及任何支持hc:TitleElement.Title
的控件。https://github.com/HandyOrg/HandyControl/blob/babf40e59fe9e57eb185e4658ce46036610083f9/src/Shared/HandyControl_Shared/Themes/Styles/Base/TextBoxBaseStyle.xaml#L194