Current Tool Window always showing in Windows XP style.
Can you show me how to styling a Tool Window to default style of Windows OS (Ex: windows 10).
I am setting Themes to "LunaNormal"
Hi Ben,
Thankyou for your information. I'll test it when I have a chance.
Now set UseOSNonClientArea to true is good for my issue.
A WindowStyle that specifies a window's border style. The default is SingleBorderWindow.
WindowStyle can be one of the WindowStyle enumeration values, including None, ToolWindow, SingleBorderWindow (default), and ThreeDBorderWindow.
I hope this helps!
Ben Martin
A WindowStyle that specifies a window's border style. The default is SingleBorderWindow
Hello Divya Jain,
Set UseOSNonClientArea to true then the result is my expected. Floating window style matched to the OS style.
Thank you for your supported.
Thank you for all your comments and solutions. I will try it and confirm again.