Attribute Value Conflicts #79
Labels
bug
Something isn't working
help wanted
Extra attention is needed
question
Further information is requested
from @grleachman in #21
Attribute Value Conflicts
Adding RepeatDirection has caused a conflict with GridLines
There's now an ugly problem where the static enums require the markup to be messy:
Gridlines="Enums.GridLines.Horizontal"
RepeatDirection="Enums.RepeatDirection.Horizontal"
This is going to be painful for migration.
The text was updated successfully, but these errors were encountered: