I have the following form:-
and i want to add a label (marked in red) above the Device drop-down. so how i can do so. now if i select the Form and i add a label >> the label will be added outside the form, and if i scroll over the form the label will change its position, which will not be acceptable .. so how i can add a fixed label above the drop-down?
Thanks
Solved! Go to Solution.
It just has to be more the total of the control Y and height - if the total of its Y and height excess the card height, it will make the card higher.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Hi @johnjohn123 ,
Unfortunately, you cannot add a control outside a form that will scroll with the form and maintain position.
Why do you not want to simply add it inside the card? Just unlock the card and add it.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Change the Y setting on the label so it is below the other control.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
It just has to be more the total of the control Y and height - if the total of its Y and height excess the card height, it will make the card higher.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.