MX-Frame Library Send comments on this topic.
CardWidth
See Also
MX-Developer > User Interface - MxPart > Controls > Control Properties > GridProperties > CardWidth

Glossary Item Box

Defines the width of individual card.

Remarks

Property specifies the width of an individual card. Data is represented with cards when View property contains value Card. The width of a card depends on the amount of data and the type of data displayed.

The width of the cards can also be changed in runtime. The value set in design time serves only as the default width; if no personalization is specified.

The default value for this property is 200.

Example (MxSpace)

To see the defined CardWidth property on a control (GridEdit) open MxSpace solution project in Visual Studio. In Solution Explorer expand node Parts and double click BomPart.cs. Click the GridEdit control for displaying BOMs and open Property Window. See the value 200 defined in CardWidth property.

To define CardWidth property

  1. In Solution Explorer open MxPart component (BomPart) which contains the control (GridEdit) which displays data in cards.
  2. Select the desired control (GridEdit) on the canvas.
  3. Open Property Window.
  4. In section GridProperties in CardWidth property select the desired value (200).

See Also

©2009 Metronik. All Rights Reserved.