Views/ GridView

The GridView<TItem> class is an abstract base class designed for creating paginated and filterable grid views. It displays items in a grid layout, handles pagination, can apply filters, and manage item selection.

Examples

InventoryView pausemenu Heroes pausemenu

GridView is a large class with lots of properties so it can be complex, but each property is simple on it's own.

Contructors

Public Methods

// TODO