Hi @Simon,
aspx page i droged in a listbox to my form and i cannot move it
By default, the controls you create cannot be moved by dragging, but you can fix this by adding styles in your control:
Style="position: absolute;"
After the control is dragged and moved, it will automatically add its positioning properties: top
and left
.
Best Regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.