Relative Content

Tag Archive for c#user-interfaceaccessibilitywinui-3winui

How do I prevent a ToolTip from obscuring the MainWindow Title Bar?

In a WinUI 3 application, the MainWindow consists of a Grid containing an Image control which takes up the majority of the space. As part of the Image control, there is a tooltip with information about the displayed image which is shown on hover. However, if the user hovers over the top-right of the image, the Window’s title bar may be obscured, which is an obvious accessibility issue.