_CardView.Width Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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:
olAppointmentItem | 40 | |
olContactItem, olDistributionListItem | 36 | |
olJournalItem, olMailItem, olNoteItem, olPostItem | 32 | |
olTaskItem | 50 |