* UICombobox:更改一事件
This commit is contained in:
parent
227df20ac6
commit
67a8f176c0
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -84,12 +84,14 @@ namespace Sunny.UI
|
|||||||
|
|
||||||
protected override void ItemForm_ValueChanged(object sender, object value)
|
protected override void ItemForm_ValueChanged(object sender, object value)
|
||||||
{
|
{
|
||||||
if (SelectedIndex != ListBox.SelectedIndex)
|
//if (SelectedIndex != ListBox.SelectedIndex)
|
||||||
{
|
//{
|
||||||
SelectedIndex = ListBox.SelectedIndex;
|
// SelectedIndex = ListBox.SelectedIndex;
|
||||||
//Box_SelectedIndexChanged(null, null);
|
// //Box_SelectedIndexChanged(null, null);
|
||||||
Invalidate();
|
// Invalidate();
|
||||||
}
|
//}
|
||||||
|
|
||||||
|
Invalidate();
|
||||||
}
|
}
|
||||||
|
|
||||||
private readonly UIComboBoxItem dropForm = new UIComboBoxItem();
|
private readonly UIComboBoxItem dropForm = new UIComboBoxItem();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user