_CardView.Width Property

Definition

Returns or sets an Integer (int in C#) value indicating the width (in characters) of cards in the CardView object. Read/write.

public:
 property int Width { int get(); void set(int value); };
public int Width { get; set; }
Public Property Width As Integer

Property Value

Remarks

This property can be set to a value between 20 and 1000. If this property is set to a value less than 20, the property is set to 20. If this property is set to a value greater than 1000, the property is set to 1000.

The default value for this property depends on the DefaultItemType property value of the Folder object displayed by the view:

olAppointmentItem40
olContactItem, olDistributionListItem36
olJournalItem, olMailItem, olNoteItem, olPostItem32
olTaskItem50

Applies to