バージョン

ShouldCollapseEmptyCells プロパティ (Record)

この Record に含まれる Cell が空の値を含む場合、縮小するかどうかを取得または設定します。
シンタックス
'宣言
 
Public Property ShouldCollapseEmptyCells As Nullable(Of Boolean)
public Nullable<bool> ShouldCollapseEmptyCells {get; set;}
解説

注: このプロパティが null に設定されると、ShouldCollapseEmptyCellsResolvedCardViewSettings.ShouldCollapseEmptyCells で指定した値を返します。このプロパティは、CardView のみに有効です。

参照