On Sunday 03 April 2016 21:50:40 Fred van Stappen wrote:
>
> Now for MSE, to disable Tmainfo.frame.sbhorz and Tmainfo.frame.sbvert, I
> set Tmainfo.frame.sbhorz.height := 0, Tmainfo.frame.sbvert.height := 0 ->
> ok, no more sbhorz/sbvert. (is it the good way ?)
>
There is also TForm.Container.Frame.SBHorz/Vert.Options sbo_showauto which can 
be disabled.

> Sadly, if setting at init of program -> Tmainfo.height := 300 -> only the
> bottom of the form is show -> see attachment.
>
Because the focused widget need to be scrolled into view. This is independent 
from visibility of scrollbars. In order to define a fixed clientsize set 
TForm.Container.Frame.ClientWidth/ClientHeight and 
ClientWidthMin/ClientHeightMin.
>
>
> How must I do to see the top of the form, like in second attachment ?
>
Maybe better to place the lower widgets in a container widget and to change 
the visible property of the container widget.

Martin

------------------------------------------------------------------------------
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to