Does the "Fill to Actual Size" icon (in the lower-right corner of the designer surface) raise any events when clicked?

Does the "Fill to Actual Size" icon (that appears in the lower-right corner of the designer surface when the size of the parent app window is restored to something smaller) raise any events when clicked

1. If so, which event of which object(s)   I'm guessing that WorkflowView is the object.

2. Are there any settings to disable the "Fill to Actual Size" icon and its behaviours

Michael.


Answer this question

Does the "Fill to Actual Size" icon (in the lower-right corner of the designer surface) raise any events when clicked?

  • Dmitry G.

    One interim workaround is to set:

    form1.MaximizeButton = false;
    form1.WindowState = Maximized;

    Michael.


  • tobor

    Thanks Aditya.

  • PeterPeter

    The event raised is zoom change. It is not possible to disable this in current drop you have; I have entered this as a bug in beta2. We can hopefully fix this.
    Thanks


  • Does the "Fill to Actual Size" icon (in the lower-right corner of the designer surface) raise any events when clicked?