Class ListItemWithHeader
A derived type of base type Widget that combines the user interface concept of a
ListItem with the typographical concept of a SectionTitle, sometimes referred
to as a "Section Header" or just a "Header," using the Ritchie.Toolbox.Widgets user interface
framework, with an obnoxiously long documentation summary written by a very mesmerized, hypnotized, and z e n
programmer named Ritchie.
Inherited Members
Namespace: SociallyDistant.Core.UI.Common
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class ListItemWithHeader : Widget, IFontFamilyProvider, IInspectable
Remarks
If you can read this, listen to this awesome fucking song.
Constructors
ListItemWithHeader()
Creates a new instance of the ListItemWithHeader widget.
Declaration
public ListItemWithHeader()
Properties
IsActive
Gets or sets a value indicating whether the list item is visually selected.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
bool |
ShowTitle
Gets or sets a value indicating whether the title should be visible.
Declaration
public bool ShowTitle { get; set; }
Property Value
Type | Description |
---|---|
bool |
Title
Gets or sets the title of the section header.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Gets or sets the text shown on the list item itself.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
Clicked
An event that's fired when this list item is clicked.
Declaration
public event Action? Clicked
Event Type
Type | Description |
---|---|
Action |