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

added StylableMdiChildForm #17

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

wolframhaussig
Copy link
Contributor

@wolframhaussig wolframhaussig commented Aug 1, 2023

closes #16

TODO: ControlBox does not work correctly
@wolframhaussig wolframhaussig linked an issue Aug 1, 2023 that may be closed by this pull request
@wolframhaussig wolframhaussig force-pushed the feature/16-feature-form-styling-does-not-work-for-mdi-children branch from 651da09 to 718270f Compare August 2, 2023 20:11
@wolframhaussig wolframhaussig marked this pull request as ready for review August 10, 2023 20:15
…rm-styling-does-not-work-for-mdi-children

# Conflicts:
#	StylableWinFormsControls/StylableWinFormsControls/StylableWinFormsControls.csproj
Copy link
Contributor

@Nockiro Nockiro left a 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
Copy link
Contributor

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?

Copy link
Contributor Author

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.

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

Successfully merging this pull request may close these issues.

Feature: Form Styling does not work for Mdi children
2 participants