GridWidth is the number of images per row.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int GridWidth { get; set; }
Public Property GridWidth As Integer
	Get
	Set
public:
property int GridWidth {
	int get ();
	void set (int value);
}

Remarks

This property is active only when DisplayMode is Grid.

It can be:

-1 : GridWidth adapted to the component width

0 : only one row

greater than 0 : GridWidth images per row

See Also