NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MeasureItemEventArgs.ItemWidth

Where the recipient of the event should put the width of the item specified by the index.

[Visual Basic]
Public Property ItemWidth As Integer
[C#]
public int ItemWidth {get; set;}
[C++]
public: __property int get_ItemWidth();
public: __property void set_ItemWidth(int);
[JScript]
public function get ItemWidth() : int;
public function set ItemWidth(int);

See Also

MeasureItemEventArgs Class | MeasureItemEventArgs Members | System.WinForms Namespace