This is a migrated thread and some comments may be shown as answers.

.MaximizeBox = false / true (Not Working)

1 Answer 76 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Stephen
Top achievements
Rank 1
Stephen asked on 25 Jun 2010, 04:22 PM
here is the idea of the code used to demo this bug.

create a new class


public partial class MainForm : Applications.UI.ShadowForm
{
   //in here create another class
   ChildClass cClass = new ChildClass()
 
   //link the parent object to the child class
   cClass._parent = this.

   //in the InitializeComponent tell it to hide the max button
   ....
    this.MaximizeBox = false;
   ....

  //tell the application to show you child class
   cClass.Show()


}


in the  cClass modifiy the parent MaximizeBox  to true

Result the box does not display untill you resize the parent. forcing it to re-draw.


1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 01 Jul 2010, 11:39 AM
Hello Stephen,

Thanks for contacting us.

Could you please be more specific in describing the steps to reproduce the issue? Currently, we do not have an Applications.UI.ShadowForm component in our suite and therefore we cannot determine whether the issue is related to our product. If you are using RadControls for WinForms please specify which component causes the undesired behavior so that we can see how we can help.

Thanks for your time.

All the best,
Deyan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Stephen
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or