MonoGameGumFormsSample
Last updated
Last updated
The MonoGameGumFormsSample includes a number of pages showing different features related to using Gum Forms.
The screens can be switched by modifying the screenNumber
variable in the Initialize code:
The ComplexListBoxItemScreen shows how to create a ListBoxItem which is fully customizable. This page uses a ListBoxItem which has the following characteristics:
The layout is defined in the Gum tool rather than in code
Each item displays multiple pieces of information with multiple Text instances rather than a single Text instance
Each item displays information from a complex view model with multiple properties