Click or drag to resize

GListResizeToFit Method

Overload List
  NameDescription
Public methodResizeToFit(Int32)
Resize to list size to fit specified item count. If list layout is single column or flow horizontally, the height will change to fit. If list layout is single row or flow vertically, the width will change to fit.
Public methodResizeToFit(Int32, Int32)
Resize to list size to fit specified item count. If list layout is single column or flow horizontally, the height will change to fit. If list layout is single row or flow vertically, the width will change to fit.
Top
See Also