<list-control-view>
Type
Summary
The type of possible views for a list control
Equivalent
one-of(#"small-icon", #"large-icon", #"list")
Superclasses
None.
Init-keywords
- None.
-
Library
duim-gadgets
Module
duim-gadgets
Description
This type represents the acceptable values for the view arguments to operators of <list-control>. You should not attempt to redefine this type in any way.
There are three possible values, corresponding to the view options that will be familiar to most users of GUI-based operating systems:
#"small-icon" - Displays each item in the list control using a small icon to the left of the item. Items are arranged horizontally.
#"large-icon" - Displays each item in the list control using a large icon to the left of the item. Items are arranged horizontally.
#"list" - Displays each item in the list control using a small icon to the left of the item. Items are arranged vertically in one column.
See also
<list-control>, page 601
list-control-view, page 607
<table-control-view>, page 669