To reproduce: Add RadRibbonForm and change the theme(for example to WIndows8Theme). Run the project. The system buttons are covered by the fill of RadRibbonBarElement. Workaround: Set the DrawFill property of RadRibbonBarElement to false. this.RibbonBar.RibbonBarElement.DrawFill = false;
Hi Sharon, I don't think your case is related to this issue. In your designer file I noticed the following line of code, which hides the buttons: this.ControlBox = false; Please delete the line and see how it behaves. If you still don't have the buttons, try setting the AllowAero property of the form to false. Should you continue experiencing issues, please submit a support ticket and our engineers will help you. Regards, Stefan Stefanov
Hi Stefan please see my form attached remark: when I connect remotely with RDS, the control box suddenly appears When I am on a regular windows7 workstation, the minimize buttone doesn't show thanks Sharon
Hi Sharon, can you please send over information how to replicate the issue, so we can check it out? You can post here or you can open a support ticket where you can mention this case.
I have the same problem in 216 Q1 version suggested solution doesnt help what to do?