* UIPanel: 滚动条打开时滚动后自动刷新
This commit is contained in:
parent
5e36d5a669
commit
7f300b800c
Binary file not shown.
@ -691,5 +691,11 @@ namespace Sunny.UI
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override void OnScroll(ScrollEventArgs se)
|
||||||
|
{
|
||||||
|
base.OnScroll(se);
|
||||||
|
if (AutoScroll) Invalidate();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user