You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to modify the RibbonWindowWithoutRibbon example to create auto sizing dialogs that have the same window style as the main window. It appears that rendering is incorrect when SizeToContent="WidthAndHeight".
Here is a code example that can be used to reproduce the issue in the FluentTest application:
Notice the black areas at the right and at the bottom. The black areas turn white as soon as you start to resize the Window. Width and height remain wrong though.
There are no rendering artifacts with SizeToContent="Width" or SizeToContent="Height" (but then height/width is of course not as desired).
Regards,
-Roger
The text was updated successfully, but these errors were encountered:
I am trying to modify the RibbonWindowWithoutRibbon example to create auto sizing dialogs that have the same window style as the main window. It appears that rendering is incorrect when SizeToContent="WidthAndHeight".
Here is a code example that can be used to reproduce the issue in the FluentTest application:
The image shows the rendering result:
Notice the black areas at the right and at the bottom. The black areas turn white as soon as you start to resize the Window. Width and height remain wrong though.
There are no rendering artifacts with SizeToContent="Width" or SizeToContent="Height" (but then height/width is of course not as desired).
Regards,
-Roger
The text was updated successfully, but these errors were encountered: