ComponentFactory / Krypton

Krypton WinForms components for .NET
BSD 3-Clause "New" or "Revised" License
1.86k stars 681 forks source link

the application freezes #224

Closed artdevnet closed 2 years ago

artdevnet commented 2 years ago

Sometimes the application freezes completely when in a KryptonHeaderGroup you put a DataGridView control inside with dock-fill property.

The application just stop working.

I found a workaround.

Dont use "Dock-Fill" property. use Anchor property instead of.

artdevnet commented 2 years ago

Sorry, In found the problem, Krypton controls is ok.

I implemented the System.Timers.Timer control which has problems with WIndows.Forms causing the application to stop. To correct this problem simply replace the System.Timers.Timer control with System.Windows.Forms.Timer and the problem is solved.