Show / Hide Table of Contents

Interface IFancyGridViewContext

FancyGridView<TItemData, TContext> のコンテキストインターフェース.

Inherited Members
IFancyScrollRectContext.ScrollDirection
IFancyScrollRectContext.CalculateScrollSize
IFancyCellGroupContext.CellTemplate
IFancyCellGroupContext.GetGroupCount
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public interface IFancyGridViewContext : IFancyScrollRectContext, IFancyCellGroupContext

Properties

GetCellSize

Declaration
Func<float> GetCellSize { get; set; }
Property Value
Type Description
System.Func<System.Single>

GetStartAxisSpacing

Declaration
Func<float> GetStartAxisSpacing { get; set; }
Property Value
Type Description
System.Func<System.Single>
Back to top Generated by DocFX