With.. End With

JMB

Active Member
Licensed User
Longtime User
Hi there

It would be great to have a feature as per the C# With [object]/End With clause, as below:

With ListView1

.SingleLineLayout.Label.TextSize = 18
.SingleLineLayout.Label.TextColor = Colors.Blue
.SingleLineLayout.Label.Gravity = Gravity.left​

End With

It would save a bit of typing.

Thanks for all the hard work.

JMB
 
Top