I have created a new control using ProtoUI and working properly, but how do I set the width dynamically according to the width?. If I change the width, the toolbar items attached after the control is getting affected. any suggestions?.
Horizontal auto-sizing is a bit problematic currently.
You can set an auto width for the control and use layouts to align elements correctly
Thank you.