Hello,
Is it possible to remove the auto refresh option in the preview screen of the designer?
Alternative can I remove the complete toolbar for refreshing data from the preview ?
thanks
Paul
Hide auto refresh option in preview of designer
Re: Hide auto refresh option in preview of designer
Hello,
Unfortunately, it is not possible.
You can set this option to false from code:
StiSettings.Load();
StiSettings.Set("StiDesigner", "AutoRefreshPreview", false);
StiSettings.Save();
Thank you.
Unfortunately, it is not possible.
You can set this option to false from code:
StiSettings.Load();
StiSettings.Set("StiDesigner", "AutoRefreshPreview", false);
StiSettings.Save();
Thank you.
Re: Hide auto refresh option in preview of designer
Setting the value does not remove the option, so this is not a solution.
thanks
Paul
thanks
Paul
Re: Hide auto refresh option in preview of designer
Hello,
Unfortunately, it is not possible.
Thank you.
Unfortunately, it is not possible.
Thank you.