Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
Is there a way to enter empty space or a line break between controls on a form.
Eric
Solved! Go to Solution.
Hi,
Is there a way to enter empty space or a line break between controls on a form.
Eric
Solved! Go to Solution.
Maybe adding an empty commandInput (e.g., TextBoxCommandInput) will work. What is the reason of this empty line? In my case the main reason of inserting a line break is for "grouping" therefore I separated them using GroupCommandInput or even TabCommandInput.
Hope it helps.
Thanks. I’ll try the empty text box command. My main goal is simply visual at this point. The controls are already in a group. I never tried groups within groups if that might work as well.
Eric
I did something similar using an image command input. In my case, rather than leave it empty, I had a line in the image to better define a divider.