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 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.
Sincerely,
Chris K
Developer Support Engineer
Infragistics, 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.
Best regards
Hi Oxygenating,
Please let me know if I can be of any further assistance, or if you have any further questions, regarding this issue.
Hi Chris,
For me the problem is completely solved.Thank you very much for the perfect support.
Oxygenating