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.
次のように設定されているプロパティがあります。
<ListBox Grid.Row="1" Name="lstDrop" Background="Transparent" GUICommon:ListBoxSelector.Enabled="True"
GUICommon:ListBoxSelector.Enabled="True"コードビハインドでプロパティをfalseに変更できるかどうか教えてもらえますか?
GUICommon:ListBoxSelector.Enabled="True"
ListBoxSelector.Enabled添付プロパティのようです。
ListBoxSelector.Enabled
呼び出して設定できるはずです
ListBoxSelector.SetEnabled(lstDrop, true);