SetIconViewToDefaults Method
Description
Resets all IconView parameters to their defaults. This method should be called after a Clear or DeleteAll of columns/rows.
Syntax
Public Sub SetIconViewToDefaults()
Remarks
This method allows you to remove all columns from a grid after an IconView has been added, enabling you to re-add the IconView later. It should be called after a Clear or DeleteAll of columns/rows if an IconView was created.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.