Intersoft ClientUI Documentation
ItemWidth Property (WrapPanel)



Gets or sets the width of the layout area for each item that is contained in a WrapPanel.
Syntax
<TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
<CategoryAttribute("Layout")>
Public Property ItemWidth As Double
Dim instance As WrapPanel
Dim value As Double
 
instance.ItemWidth = value
 
value = instance.ItemWidth
[TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Layout")]
public double ItemWidth {get; set;}
[TypeConverterAttribute("Intersoft.Client.Framework.LengthConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
[CategoryAttribute("Layout")]
public:
property double ItemWidth {
   double get();
   void set (    double value);
}

Property Value

The width that applies to the layout area of each item that is contained in a WrapPanel. The default value is System.Double.NaN.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WrapPanel Class
WrapPanel Members

Send Feedback