Hi All,
I have a question regarding the behaviour of the extended button:
Scenario:
The Button is inside a stack layout and the stack layout is the Content of a ViewCell of ListView.
Button Text Property was binded to an item of a collection so it changes text everytime the collection item property changed.
Issue:
Button text snap to the left when its text changes and return to center again. It happened randomly and always. I want to fix the text at the center. Can anyone help me on this?
Thank you.