We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Could you help me with this issues:
The text was updated successfully, but these errors were encountered:
You can check this section: https://enisn-projects.io/docs/en/uranium/latest/themes/material/components/TreeView#styles
You can add a style that customizes treeview arrow. It's a simple Path, so you can set Data property of it:
Data
<Style TargetType="Path" Class="TreeView.Arrow" BaseResourceKey="Microsoft.Maui.Controls.Shapes.Path"> <Setter Property="Fill" Value="Red" /> <Setter Property="Data" Value="M14,43.7V8.3c0-1,1.3-1.7,2.2-0.9l21.2,17.3c0.8,0.6,0.8,1.9,0,2.5L16.2,44.7C15.3,45.4,14,44.8,14,43.7z" /> <Setter Property="WidthRequest" Value="40" /> <Setter Property="HeightRequest" Value="40" /> </Style>
Sorry, something went wrong.
Just fyi: I tried this and the page stopped rendering (NET9/latest) and Uranium.UI.Material 2.11.0:
<Style TargetType="Path" Class="TreeView.Arrow" BaseResourceKey="Microsoft.Maui.Controls.Shapes.Path"> <Setter Property="Fill" Value="Red" /> </Style>
No branches or pull requests
Hello. Could you help me with this issues:
The text was updated successfully, but these errors were encountered: