Morten Nielsen
Morten Nielsen
### Describe the bug Currently the tooltip on the RangeSelector always shows and shows the raw value. It's missing the equivalent properties of Slider: - [ThumbToolTipValueConverter](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.slider.thumbtooltipvalueconverter?view=winrt-26100) - [IsThumbToolTipEnabled](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.slider.isthumbtooltipenabled?view=winrt-26100) You don't...
### Describe the bug If you place a RangeSelector in an Expander, the tooltip gets clipped by the header, making the tooltip mostly covered and invisible. ### Steps to reproduce...
### Description: Can't bind to the object itself using an empty or null property path. ### Steps to Reproduce: Create a column like this: ``` TableView.Columns.Add(new TableViewTextColumn() { Header =...
### Steps to Reproduce 1. Create a new .NET MAUI App (net8 rc2) 2. Add package Esri.ArcGISRuntime v200.2.0 `` 3. Build and deploy to a physical device with XCode 15...
**Describe the bug** **To Reproduce** 1. Create a new WinUI 3 app, and enable it for AoT 2. Replace the MainWindow.xaml.cs code with the following: ```cs public MainWindow() { var...
### Describe the bug This is a follow up to https://github.com/microsoft/microsoft-ui-xaml/issues/9980 If you reference a library that hasn't done the work to upgrade to WinAppSDK 1.6, upgraded CSWinRT and generated...
Fixes #87 Usage: ```cs public FastSplashScreen Splash { get; } public App() { Splash = FastSplashScreen.ShowDefaultSplashScreen(); // Shows splashscreen with closest matching scale from app manifest. this.InitializeComponent(); } ``` In...
### Description I have a custom resource dictionary for my generic xaml, with code-behind so I can use x-bind in my control templates. However when using converters a null-reference exception...
### Description Binding this with PublishAoT causes a runtime crash: ```cs { get { var groups = (from item in Samples orderby item.Category group item by item.Category into g select...
### Describe the bug I'm adding AoT support to our controls library and hitting some odd behaviors for some properties when moving to x:Bind: They seem to resolve certain properties...