Hi All,
How can I make my add button and search alignItem = space in between
Wanted to make add button placed at left corner and the search on the right corner of the toolbar.
Search position is okay but cant set the add button be on the left corner.
Please see pic attached
.ToolBar(toolbar =>
{
toolbar.Create();
toolbar.Search();
})
Thanks!
Ryan