-
Notifications
You must be signed in to change notification settings - Fork 0
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
added StylableMdiChildForm #17
base: main
Are you sure you want to change the base?
added StylableMdiChildForm #17
Conversation
TODO: ControlBox does not work correctly
651da09
to
718270f
Compare
…aw the ControlBox
…the width becomes too small
…rm-styling-does-not-work-for-mdi-children # Conflicts: # StylableWinFormsControls/StylableWinFormsControls/StylableWinFormsControls.csproj
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general: Looks good, only:
- we need to extend the docs
- not to be that guy, but several analyzer warnings have been introduced with this
I could take care of both if you'd like?
Edit:
On my second look in the example form: Shouldn't MDI child forms be movable as far as I remember? I've not much experience with them to be honest, but at least the resize cursor that appears on the edges should either a) not be there or b) do something 😄
switch (style) | ||
{ | ||
case FormBorderStyle.Fixed3D: | ||
//TODO: Implement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this TODO intended to be included in this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe not. I wanted to start providing support for MDI but as I currently have no usecase myself it is not high priority.
closes #16