Hi Team
I want to have a space in between Recipe and IDX, yet to add another label and texbox. Here is my logic below;
Hi Team
I want to have a space in between Recipe and IDX, yet to add another label and texbox. Here is my logic below;
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Chetan SanghaniPosted Jun 5, 2024, 4:28 PM
To add space between the "Recipe" label and the "IDX" label, you can adjust the margins of the "IDX" label and textbox. Here's the modified XAML code with updated margins for the "IDX" label and textbox:
I have adjusted the `Margin.Top` property of the "IDX" label and textbox. Now, there will be more space between the "Recipe" label and the "IDX" label. You can adjust the `Margin.Top` value further if you need more or less space between the labels and textboxes.