Making a control have a fixed position

bignate

Registered User.
Local time
Yesterday, 19:02
Joined
Aug 28, 2013
Messages
34
Is it possible to make a control have a fixed position so that when the form is vertically scrolled the object stays in the same position?

I have a continuous form that shows records based on criteria that the user puts into an earlier form. There is a close button on the page but you cannot see the close button if you horizontally scroll too far along the page. You have to horizontally scroll because of the amount of fields that are on the form.
 
Is it possible to make a control have a fixed position so that when the form is vertically scrolled the object stays in the same position?

You may place the Close Button on the Footer of the Form.
 
Sorry i meant to say you can no longer see te control ( a close button) when the form is scrolled horizontally so when you scroll horizontally you will no longer be able to see it because the header and footer do scroll horizontally with the form.
 

Users who are viewing this thread

Back
Top Bottom