Show / Hide Table of Contents

Interface IFancyScrollRectContext

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

Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public interface IFancyScrollRectContext

Properties

CalculateScrollSize

Declaration
Func<(float ScrollSize, float ReuseMargin)> CalculateScrollSize { get; set; }
Property Value
Type Description
System.Func<System.ValueTuple<System.Single, System.Single>>

ScrollDirection

Declaration
ScrollDirection ScrollDirection { get; set; }
Property Value
Type Description
ScrollDirection
Back to top Generated by DocFX