[]
        
(Showing Draft Content)

C1.Android.Grid.GridTextCellView.GetContentMeasureSizeOverride

GetContentMeasureSizeOverride Method

GetContentMeasureSizeOverride(C1Size, bool, bool)

Gets the desired size for the content presenter.

Declaration
protected override C1Size GetContentMeasureSizeOverride(C1Size contentAvailableSize, bool exactWidth, bool exactHeight)
Protected Overrides Function GetContentMeasureSizeOverride(contentAvailableSize As C1Size, exactWidth As Boolean, exactHeight As Boolean) As C1Size
Parameters
Type Name Description
C1Size contentAvailableSize

The available size for the content.

bool exactWidth

Specifies whether the content is measured with the exact width.

bool exactHeight

Specifies whether the content is measured with the exact height.

Returns
Type Description
C1Size
Overrides