Click or drag to resize

MyGridParams Class

Inheritance Hierarchy

Namespace:  Com.ForbiddenByte.OSA.Demos.SelectAndDelete
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class MyGridParams : GridParams

The MyGridParams type exposes the following members.

Constructors
  NameDescription
Public methodMyGridParams
Top
Fields
  NameDescription
Public fieldautoSelectFirstOnSelectionMode
Select the first item when entering selection mode
Public fieldcancelButton
Will be enabled when in selection mode. Pressing it will exit selection mode. Useful for devices with no back/escape (iOS)
Public fielddeleteButton
Will be enabled when in selection mode and there are items selsted. Disabled otherwise
Public fieldfreezeContentEndEdgeOnCountChange
Public fieldkeepSelectionModeAfterDeletion
Wether to remain in selection mode after deletion or not
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also