[Gambas-user] Arrangement property in ScrollView.
T Lee Davidson
t.lee.davidson at gmail.com
Fri Nov 4 23:03:41 CET 2022
On 11/4/22 17:18, Angel wrote:
> ScrollView has Arrangement property at design time in the gambas3 ide, but at run time it does not support Arrangement property,
> in the gambas help it has Arrangement as property. Is it a bug?
The Arrangement property for ScrollView is available at runtime.
[code]
Public Sub Form_Open()
ScrollView1.Arrangement = Arrange.Fill
Print ScrollView1.Arrangement
End
[/code]
Outputs the numeral 5 to the console at run time.
--
Lee
Desktop: KDE5
More information about the User
mailing list