create border is slow in maui?
mc
5,186
Reputation points
var border = new Border { BackgroundColor = _borderColor, StrokeShape = r, StrokeThickness = 0 }; it is very slow why? I want to create grid and add 10 elements manually not using listview. becuase I do not know how may columns in the list.
Sign in to answer