* UIFlowLayoutPanel:缩放时重绘
This commit is contained in:
parent
415efadfc7
commit
c90f6e4473
Binary file not shown.
BIN
Bin/SunnyUI.dll
BIN
Bin/SunnyUI.dll
Binary file not shown.
BIN
Bin/SunnyUI.pdb
BIN
Bin/SunnyUI.pdb
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 43 KiB |
@ -37,12 +37,14 @@ namespace Sunny.UI
|
|||||||
Panel.AutoScroll = true;
|
Panel.AutoScroll = true;
|
||||||
Panel.ControlAdded += Panel_ControlAdded;
|
Panel.ControlAdded += Panel_ControlAdded;
|
||||||
Panel.ControlRemoved += Panel_ControlRemoved;
|
Panel.ControlRemoved += Panel_ControlRemoved;
|
||||||
Panel.SizeChanged += Panel_SizeChanged;
|
//Panel.SizeChanged += Panel_SizeChanged;
|
||||||
Panel.Scroll += Panel_Scroll;
|
Panel.Scroll += Panel_Scroll;
|
||||||
Panel.MouseWheel += Panel_MouseWheel;
|
Panel.MouseWheel += Panel_MouseWheel;
|
||||||
Panel.MouseEnter += Panel_MouseEnter;
|
Panel.MouseEnter += Panel_MouseEnter;
|
||||||
Panel.MouseClick += Panel_MouseClick;
|
Panel.MouseClick += Panel_MouseClick;
|
||||||
Bar.ValueChanged += Bar_ValueChanged;
|
Bar.ValueChanged += Bar_ValueChanged;
|
||||||
|
|
||||||
|
SizeChanged += Panel_SizeChanged;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void SetStyleColor(UIBaseStyle uiColor)
|
public override void SetStyleColor(UIBaseStyle uiColor)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user