Felix-Dev
Felix-Dev
# Proposal: UPW apps should have to ask for user-consent for accessing the clipboard even when in the foreground ## Summary The [UWP Clipboard APIs](https://docs.microsoft.com/en-us/uwp/api/windows.applicationmodel.datatransfer.clipboard?view=winrt-19041) currently allow read/write access to...
# Proposal: Feature parity between UWP's and WPF's ToolTipService class ## Summary Currently, UWP's [ToolTipService](https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.tooltipservice) class lacks many of the attached properties of WPF's [ToolTipService](https://docs.microsoft.com/en-us/dotnet/api/system.windows.controls.tooltipservice?view=netframework-4.8) class. Here's a list of...
**Describe the bug** The TextBox control currently ignores the following two APIs to align its text inside of it: * HorizontalContentAlignment * HorizontalTextAlignment See the following XAML markup: ```xml ```...