Hello,
if i use the CheryIUI and implement a ProgressBar i can no longer scale the height of the progress bar ( i need a vertical bar but this does not scale accordingly) if i use the "standard avalonia theme" it works, so i assume that there is somewhere a bug?
Hello, if i use the CheryIUI and implement a ProgressBar i can no longer scale the height of the progress bar ( i need a vertical bar but this does not scale accordingly) if i use the "standard avalonia theme" it works, so i assume that there is somewhere a bug?
App.axaml: <Application xmlns="https://github.com/avaloniaui" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" x:Class="AvaloniaApplication3.App" xmlns:local="using:AvaloniaApplication3" RequestedThemeVariant="Default">
MainWindow.axaml: ...
...
maybe i can get i hint how i can resolve this issue?
Thank you in advance Gerhard