Show / Hide Table of Contents

Method AdhereToFrozenBottom

| Improve this Doc View Source

AdhereToFrozenBottom<T>(T)

Adheres binding to frozen bottom layout grid row(s) so that it won't scroll outside the scrollable area.

Declaration
public static T AdhereToFrozenBottom<T>(this T binding)

    where T : Binding
Parameters
Type Name Description
T binding

The binding.

Returns
Type Description
T

The binding for fluent coding.

Type Parameters
Name Description
T

The type of the binding.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest