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

'Clean' styled Window #516

Merged
merged 9 commits into from
Aug 27, 2013
Merged

Conversation

AzureKitsune
Copy link
Member

Something I made last week, basically, it is a style for the MetroWindow which removes the colored style bar (and /should/ use BorderlessWindowBehavior).

Below is an example of it's usage which I used to remake a very very old project. Note the titlebar.

image

@bitterskittles
Copy link
Contributor

omg I was thinking about the same thing to create an Office 2013 styled window using the Ribbon control.
Hmm maybe it's better to build it on RibbonWindow, since the quick access toolbar has to go to the top-left corner.

@AzureKitsune
Copy link
Member Author

You're right. I did not realize it had such a striking similarity to Office 2013's Windows.
image

@flagbug
Copy link
Member

flagbug commented Jul 8, 2013

If I maximize the window and drag it down anywhere with my mouse, the window restores to a normal state.

Aside from that, this looks pretty cool!

@@ -17,6 +17,21 @@
<WarningLevel>4</WarningLevel>
<Utf8Output>true</Utf8Output>
<ExpressionBlendVersion>4.0.30816.0</ExpressionBlendVersion>
<PublishUrl>publish\</PublishUrl>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This and the following lines seem like an accidental addition

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix it in my next commit.

@AzureKitsune
Copy link
Member Author

I'd say this looks pretty nice. Just missing the drop shadow, IMO.
mm3

@AzureKitsune
Copy link
Member Author

I think this is ready. @shiftkey Any input? YAY or NAY?

@flagbug
Copy link
Member

flagbug commented Jul 12, 2013

@Amrykid Whats up with

If I maximize the window and drag it down anywhere with my mouse, the window restores to a normal state.

Is this bug fixed?

@AzureKitsune
Copy link
Member Author

@flagbug Ah, totally missed that. Probably has something to do with the borderlessbehavior. I'll check it out.

EDIT: I stand corrected.

@AzureKitsune
Copy link
Member Author

Alright, now it should work as expected.

@flagbug
Copy link
Member

flagbug commented Jul 26, 2013

@Amrykid I just discovered: What is the difference between this window and a window with ShowTitleBar set to False?

@AzureKitsune
Copy link
Member Author

@flagbug This still has a TitleBar though. It's a new take on the classic MetroWindow we had.

@flagbug
Copy link
Member

flagbug commented Jul 26, 2013

Ah, didn't see that, makes sense ✨

@AzureKitsune
Copy link
Member Author

Rebased and ready for merge @shiftkey

@AzureKitsune
Copy link
Member Author

Alright, well, @flagbug, do you have any other concerns about this?

@flagbug
Copy link
Member

flagbug commented Aug 27, 2013

@Amrykid Works for me 👍

@punker76
Copy link
Member

@Amrykid works for me too

@AzureKitsune
Copy link
Member Author

Great. Thanks @flagbug and @punker76 .

AzureKitsune added a commit that referenced this pull request Aug 27, 2013
@AzureKitsune AzureKitsune merged commit cfb1f27 into MahApps:master Aug 27, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants