-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Panel border is invisible sometimes. #343
Comments
It's probably issue with screen resolution and DPI, probably related to math in splitter control calculations. |
I have read through the ProportionalStackPanel.cs. I was assuming that multiplying by proportion variable causes the issue which turned out to be the case. In
I have allowed myself to write some helper function to calculate the proper width/height of the control:
Then it's used like this:
|
I am using the latest version of Dock.
Sometimes the border is getting invisible if the panel is dragged.
Adding screenshots and the axaml file for reference.
My monitor resolution is 1366x768 if is resolution specific issue.
XAML :
xaml.txt
The text was updated successfully, but these errors were encountered: