AdaptiveGridView.CalculateItemWidth(Double) Method
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.
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.