Hello everybody,
I need to hide the "enlarge button" in the header area of a UltraTilePanel.
With the "close button x" this can be done easily,
this.RecTilePanel.TileSettings.ShowCloseButton = Infragistics.Win.DefaultableBoolean.False;
but for the "enlarge button" there is no such property.
Has anyone an idea how this can be done?
Thank you very much indeed!
Regards,
oxygenating
Hello oxygenating,
Set the ShowStateChangeButton property to False.
Elizabeth AlbertLocalization Engineer
Dear Mrs. Elizabeth Albert,
Thank you very much for your quick answer.
I have tried in the past setting the ShowStateChangeButton to false, but the "enlarge button" was still visible.
this.RecTilePanel.TileSettings.ShowStateChangeButton = Infragistics.Win.DefaultableBoolean.False;
Also if I do both, disable the AppStyling and set ShowStateChangeButton to false
//this.InitializeAppStyling();
the "enlarge button" is still visible.
Is there maybe another setting or condition which prevents the hiding of the enlarge button?
Regards
Oxygenating