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
Hi Chris,
For me the problem is completely solved.Thank you very much for the perfect support.
Best regards
Oxygenating
Hi Oxygenating,
Please let me know if I can be of any further assistance, or if you have any further questions, regarding this issue.
Sincerely,
Chris K
Developer Support Engineer
Infragistics, Inc.
www.infragistics.com/support
After further researching this issue, it has been determined that the observed behavior is actually the expected behavior. Normally, the local settings for the ShowStateChangeButton, (for the UltraTile) will be set to default; this allows the global settings, (for the containing UltraTilePanel) to dictate the state of the property, depending on its own, i.e. if the local setting is default, it will be set to whatever state the global setting is set to at that time. However, if the local settings are changed, they will always override any further changes indicated in the global settings.
Please let us know if you have any further questions regarding this issue.
Sincerely,Chris KDeveloper Support EngineerInfragistics, Inc.www.infragistics.com/support
Dear Mrs. Elizabeth Albert,
I followed your suggestion and set locally in the UltraTile "Heat M1",
MyTile.Settings.ShowStateChangeButton = Infragistics.Win.DefaultableBoolean.False;
This does solve the problem for me and the "enlarge button" is not anymore visible.
The locally setting is stronger then the global setting.
this.RecTilePanel.TileSettings.ShowStateChangeButton = Infragistics.Win.DefaultableBoolean.True;
With this lines of code the "enlarge button stays still hidden.
Thank you very much for your helping. I wish all of you in your developer team a nice weekend.
Hi oxygenating,
I have created case CAS-71408-8H2F5K in order to address this issue. Currently the issue is under going review, to determine if this is indeed an issue within our controls.
If you have any questions at all, regarding this issue, please let me know.