Hi,
We'd like to disable the scaling option in ArcGIS Pro, but we're not sure how to do so using the SDK. Before generating the sheets in layout view, we must disable the scale option to prevent further scale edits in MapFrame from occurring. Is there a method to use that I'm not aware of?
Currently the scale option is editable as shown below
current output:

we want to greyed it out(disabled) as below screenshot using C#
expected output:

Thanks in advance!