Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MaterialForm should respect its properties #33

Closed
IgnaceMaes opened this issue Feb 25, 2015 · 2 comments
Closed

MaterialForm should respect its properties #33

IgnaceMaes opened this issue Feb 25, 2015 · 2 comments

Comments

@IgnaceMaes
Copy link
Owner

MaterialForm currently doesn't respect a few of the properties that a Form has:

  • Be able to block forms from being resized
  • Be able to block forms from maximizing/minimizing
  • Show or hide the ControlBox
@aldo-o
Copy link

aldo-o commented Feb 25, 2015

You can do another trick until this method is updated. You can set MinimumSize and MaximumSize the same as window Size. This should do the trick.
But when you click on Maximize Box the window is positioned on top right corner of monitor.

@IgnaceMaes
Copy link
Owner Author

MaterialForm now respects all its properties listed here, hooray!

donaldsteele pushed a commit to donaldsteele/MaterialSkin that referenced this issue Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants