AdaptiveGridView.CalculateItemWidth(Double) Method

Definition

Calculates the width of the grid items.

protected virtual double CalculateItemWidth (double containerWidth);
abstract member CalculateItemWidth : double -> double
override this.CalculateItemWidth : double -> double
Protected Overridable Function CalculateItemWidth (containerWidth As Double) As Double

Parameters

containerWidth
Double

The width of the container control.

Returns

The calculated item width.

Applies to