property Record.VFieldCount as Long
Sets or gets a value that indicates the number of fields on the vertical axis, when the control displays a vertical scroll bar.

TypeDescription
Long A long expression that indicates the number of fields on the horizontal axis. 
Use the VFieldCount property to specify the number of fields on the vertical axis. By default, the VFieldCount property is -1. If the VFieldCount property is -1, the control puts the fields as much as they fit the control's client area. The VFieldCount property has effect only if the Layout property is exLeftToRight or exTopToBottom. The VFieldCount property has no effect if the Layout property is exCustomLayout. Use the FieldHeight property to specify the height of the fields. Use the VBorderField property to specify the distance between two fields on the vertical axis. Use HFieldCount property to specify the number of fields on the horizontal axis.