lorinkundert
lorinkundert
 The Ribbon and Statusbar never touch the edge of the form
What we will need is access to 'Border.Padding' it is usually fixed in the registry system wide which mine is so KryptonForm needs it.
 We need this kind of window, theme is unimportant
This is from ComponentOne, commercial product, I want to get away from the problems with handling the licenses. I know what the problem is though, the border and border padding...
Themes can change the padding according to Microsoft, so I will start with the chrome code and metrics. This is how ComponentOne did it, through the theme engine.
This is where that property is [DllImport("user32.dll")] static extern int GetSystemMetrics(92); CXPADDEDBORDER = 92, // 0x5C
For me the status strip works on a normal window but not on a KryptonForm, it will disappear and it is impossible to add it again. The error is the...
Yes it is, I wonder if it could be a Net Core issue with the development environment in Visual studio.
Would be nice for a little more than a foot note for WinForms since that platform is still over 50% of all new developments
I use ReactiveUI currently, works with no problem at all