* UIFlowLayoutPanel:缩放时重绘

This commit is contained in:
Sunny 2020-09-29 22:43:44 +08:00
parent 415efadfc7
commit c90f6e4473
5 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 43 KiB

View File

@ -37,12 +37,14 @@ namespace Sunny.UI
Panel.AutoScroll = true;
Panel.ControlAdded += Panel_ControlAdded;
Panel.ControlRemoved += Panel_ControlRemoved;
Panel.SizeChanged += Panel_SizeChanged;
//Panel.SizeChanged += Panel_SizeChanged;
Panel.Scroll += Panel_Scroll;
Panel.MouseWheel += Panel_MouseWheel;
Panel.MouseEnter += Panel_MouseEnter;
Panel.MouseClick += Panel_MouseClick;
Bar.ValueChanged += Bar_ValueChanged;
SizeChanged += Panel_SizeChanged;
}
public override void SetStyleColor(UIBaseStyle uiColor)