Skip to content

Align="Align.Right" does not appear to be working as expected. #51286

Answered by iancoetzer
iancoetzer asked this question in Q&A
Discussion options

You must be logged in to vote

I found a temporary solution:

Included this class (using blazor and default bootstrap 5): class="text-end"

<PropertyColumn class="text-end" Title="Formal Dwellings 2" Property="@(c => c.FormalDwellings)" Format="#,##0" Align="Align.Right" />

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by iancoetzer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area-blazor Includes: Blazor, Razor Components
1 participant