Hey guys, I'm pretty new to Xamarin. I looked for about 30 minutes and couldn't find the exact answer. I have my Editor HorizontalOptions="Center" which makes my Editor only show 1 character at a time. I was wondering if I would be able to make it show a certain amount of characters at a time? Lets say 7 characters at a time.
Answers
if i understand you well,
Put your Editor inside a StackLayout and make HorizontalOptions="FillAndExpand"..
Sorry about the late response. (Busy with work and school) That does the expand part that I want but not the center. I did center and Expand but it still only shows 1 character at a time.

To try to make it simple. i have everything centered in my app. I was hoping to have and Editor that would be centered and Expanded. When I select that option it doesn't seem to expand.
Here is the Code behind what's above. Ignore my random labels, it was easiest quickest way to do certain spacing for me.
