* UIForm:解决拖拽时刷新闪烁的问题
This commit is contained in:
parent
dd61dab0de
commit
18bd46cf3d
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.
@ -54,7 +54,7 @@ namespace Sunny.UI
|
|||||||
ControlStyles.DoubleBuffer |
|
ControlStyles.DoubleBuffer |
|
||||||
ControlStyles.OptimizedDoubleBuffer |
|
ControlStyles.OptimizedDoubleBuffer |
|
||||||
ControlStyles.AllPaintingInWmPaint |
|
ControlStyles.AllPaintingInWmPaint |
|
||||||
ControlStyles.ResizeRedraw |
|
//ControlStyles.ResizeRedraw |
|
||||||
ControlStyles.SupportsTransparentBackColor, true);
|
ControlStyles.SupportsTransparentBackColor, true);
|
||||||
UpdateStyles();
|
UpdateStyles();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user