RAD Studio VCL Reference
|
TIconOptions describes how the icons in a list view should be arranged.
TIconOptions = class(TPersistent);
class TIconOptions : public TPersistent;
ComCtrls
Use TIconOptions with a list view object that has a ViewStyle property set to vsIcon or vsSmallIcon. The IconOptions property of the view contains a TIconOptions object that determines the arrangement of the icons.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|