Xiaotian Gu
Xiaotian Gu
this issue seems like a resurgence of unoplatform/uno.toolkit.ui#794 but for different platforms, and also 794 is no longer reproducible on latest version (and legacy stable) as of written ([email protected], [email protected])...
> I believe we will need to validate the size change issue before the Render phase or use the same solution that @Xiaoy312 already used in the workaround, **[which was...
_Originally posted by @agneszitte-nventive in https://github.com/unoplatform/uno.todo/pull/283#discussion_r871459028_ This is not part of the generated code at the moment if I'm not mistaken, right? I know it's a quick fix that you...
callstack ``` 00 UnoApp1.WPF.App.Main() Line 52 01 System.Windows.Application.RunInternal(System.Windows.Window window) Line 1695 02 System.Windows.Application.RunDispatcher(object ignore) Line 2407 03 System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame frame) Line 2138 04 [Managed to Native Transition] 05 [Native to Managed...
```cs [TestMethod] public async Task When_GridView_ItemsSource_Immediately_AsdAsd1() { var source = new ObservableCollection() { "Item 0", "Item 1", "Item 2", }; //var source = Enumerable.Range(0, 10).Select(x => $"Item {x}").ToArray(); var SUT...
This is due to the fact that we are using two systems: - MessageDialogViewMap which is like a msgbox with limited customizability (we can only pass string for title/content). This...
The question being, do we: // pick one A. drop the show-case for MessageDialogViewMap, and replicate the same screen with flyout; OR B. reskin the flyout to look like whatever...
to investigate: same implement from figma did not work here: https://github.com/unoplatform/uno.todo/tree/dev/xygu/20220506/color-hotreload-attempt GitHubGitHub - unoplatform/uno.todo at dev/xygu/20220506/color-hotreload-attempttemplate for brand new github repositories. Contribute to unoplatform/uno.todo development by creating an account on...
All clickable icons we have for the moment: page|location|suggested value -|-|- Home|nav bar header: magnifier|Search your tasks TaskList|top right: pen|Rename list TaskList|top right: trash-can|Delete list TaskList\Item|left: checkbox|Complete task\nToggle the task...
if you are deciding to use `On/OffContent` properties to let users customize the icons within the toggle, then the base style for this "icon" ToggleButton, should have setters for these...