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

Window state buttons not updating to Windows 10 look / feel #313

Closed
morganenglish opened this issue May 3, 2016 · 2 comments
Closed

Window state buttons not updating to Windows 10 look / feel #313

morganenglish opened this issue May 3, 2016 · 2 comments

Comments

@morganenglish
Copy link

Hi Batzen,

Great job on keeping this library up to date.

It seems in build 4.0.3.394 the generic (Office 2013?) theme doesn't update the Window state buttons in Windows 10. In the showcase exe clicking Tests > Open Regular-Window shows them correctly (Below example shows the difference, the one in front being Windows 10 and the one behind being the generic ribbon window).

Is this an oversight, or is there a setting / theme I haven't applied?

image

Environment

  • Fluent.Ribbon 4.0.3.394
  • Theme Generic (Office 2013?)
  • Windows Win 10
  • .NET Framework 4.5
@batzen
Copy link
Member

batzen commented May 8, 2016

Those buttons are custom styled buttons as we can't rely on windows/wpf to render them they currently look the same on every OS version. Will think about a way to get them updated. One problem on updating them is that microsoft prevents the proper detection of the OS version since windows 10...

@batzen batzen added this to the 5.0.0 milestone May 26, 2016
@batzen batzen self-assigned this May 26, 2016
@batzen batzen modified the milestones: 5.1.0, 5.0.0, 6.1.0 Sep 16, 2016
@batzen batzen modified the milestones: 6.0.0, 6.1.0 Jun 3, 2017
@batzen batzen closed this as completed in 8678788 Jun 4, 2017
@znakeeye
Copy link

znakeeye commented Feb 9, 2018

Getting the OS version should be possible in Windows 10, but you have to include a manifest and then use the VerifyVersionInfo method. More information here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants