ListView
open class ListView : TreeView
TreeView subclass for displaying lists that retain their model
-
The underlying list store
Declaration
Swift
public var listStore: ListStore -
Convenience List View constructor
Declaration
Swift
@inlinable public init(model store: ListStore)Parameters
storelist view store description
-
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StringProtocol.Declaration
Swift
@inlinable required public init(raw p: UnsafeMutableRawPointer)Parameters
praw pointer to the underlying object
-
Unsafe untyped initialiser. Do not use unless you know the underlying data type the pointer points to conforms to
StringProtocol.Declaration
Swift
@inlinable required public init(retainingRaw raw: UnsafeMutableRawPointer)Parameters
praw pointer to the underlying object to be retained
View on GitHub
Install in Dash
ListView Class Reference