Some how, my inherited form is missing the title bars Max/Min/Close buttons. Also the size of the title bar has shrunk. This is my abstract class form
this is my inherited form
There are no special setting set on the inherited form. Out of nowhere, the Min, Max & Close button are now missing. I am seeing this on other inherited forms since upgrading to the latest Telerik for WinForm release. Anyone have any idea what I am missing here?
I think I found something, I was able to repo the issue once in a sample app and I was able to fix the issue as well (clearing out the RootElement.MixSize and RootElement.MaxSize) in the Designer.cs file of all the forms involved. However, I can't repo it. Once I figure out the steps with this, I will try to list the steps to repo it.
