I have an mdi parent and child. Both these are just RadForms.
The issue is that when the code is executed to show the mdi child, I have programatically set the WindowState of the child to Maximised.
When the child loads, the child is maximised, but the top control is cut off as if it is underneath the RadMenu.
If I then use the minimise and maximise on the actual mdi child form, then the issue correct itself. It is only when the form first loads.
The issue is that when the code is executed to show the mdi child, I have programatically set the WindowState of the child to Maximised.
When the child loads, the child is maximised, but the top control is cut off as if it is underneath the RadMenu.
If I then use the minimise and maximise on the actual mdi child form, then the issue correct itself. It is only when the form first loads.