I use text alignment in Entry. When I touch entry, the caret appears in the middle of the placeholder, which looks ugly.
I want to move the caret to the start placeholder. And when i enter text in the center.
I use text alignment in Entry. When I touch entry, the caret appears in the middle of the placeholder, which looks ugly.
I want to move the caret to the start placeholder. And when i enter text in the center.
I afraid that it is impossible to set the the index of cursor when the entry first load . As a workaround , you could set the
HorizontalTextAlignment="Start"
and set the padding of the entry by using custom renderer.