Replies: 1 comment 6 replies
-
Thanks for the report. You're reporting this issue as a Windows target, which means that Uno cannot fix the issue. I'm going to transfer this as a discussion instead. Can you provide a sample app with repro steps? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Current behavior
HI,
I want change the width of TimePicker.
To do that I add this line in the App.xaml:
Like this:
But it doesn't work.
To do that it works, during the debuging I have to comment and uncoment that line.
And this is the MainPage.xaml:
Expected behavior
No response
How to reproduce it (as minimally and precisely as possible)
No response
Workaround
Write de basic program with TimePiker in MainPage.xaml and add the <x:Double x:Key="TimePickerThemeMinWidth">140</x:Double> to App.xaml.
Run in debug mode and comment and uncomment this line <x:Double x:Key="TimePickerThemeMinWidth">140</x:Double> in App.xaml to see the TimePicker width change.
Works on UWP/WinUI
Yes
Environment
Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
3.1.2
Affected platforms
Windows
IDE
Visual Studio 2022
IDE version
17.0.4
Relevant plugins
No response
Anything else we need to know?
No response
Beta Was this translation helpful? Give feedback.
All reactions