Reply to thread

I just tried it and I don't see allowed zoom modes, not in design mode and not in compiled version.

The code for controls you added is inside InitializeComponent(), which is special method:

    /// <summary>

    /// Required method for Designer support - do not modify

    /// the contents of this method with the code editor.

    /// </summary>

As I understand this code is generated by designer, which stores it's data in .resx files. May be something more need to be done before compilation?


Top Bottom