12-27-2011 02:58 PM
Hi,
I have a form and I would like a vertical scroll bar to auto show up when the whole form cannot be displayed. I have set the AusoScroll property of the form to be true, but I still cannot see the scrollbar when half of the form is displayed.
Can anyone give me any idea of how to make the scrollbar auto display?
Thanks a lot!
12-28-2011 06:08 AM
Set the Align Property of the Form to "alNone".
12-28-2011 02:21 PM
It still doesn't work. Form properties as below
12-28-2011 02:22 PM
12-28-2011 02:45 PM
Just realized that my answer works for Forms used on Detail Panes within MainViews.
So, you may want to try that approach (using a MainView to display your Form).
That said, how are you displaying your form? (The code used to Invoke it).
12-28-2011 02:50 PM
Hi,
The form is a data form and it is invoked as EditView of a DataGrid. The form is just a popup form to update the details of the datagrid data.
Is there any way I can make the scrollbar appear without changing it to MainViews?
Thanks a lot!