Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Wisej.Web.ColumnClickEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ColumnClick event of a ListView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ColumnClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ColumnClick event.
Initializes a new instance of the ColumnClickEventArgs class.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ColumnClickEventArgs class.
Name | Type | Description |
---|---|---|
MouseButtons: Returns which mouse button was pressed.
Int32: Returns the number of clicks or taps.
Int32: Returns the zero-based index of the column that is clicked.
Wisej.Web.ColumnHeaderAutoResizeStyle
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies how a column contained in a ListView should be resized.
Name | Description |
---|---|
Name | Description |
---|---|
Wisej.Web.ColumnReorderedEventArgs
Wisej.Web.ListView
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a list view control, which displays a collection of items that can be displayed using one of four different views.
Initializes a new instance of the class.
: Returns or sets whether the user can drag column headers to reorder columns in the control.
Throws:
Throws:
Resizes the width of the given column as indicated by the resize style.
Throws:
Resizes the width of the columns as indicated by the resize style.
Throws:
Removes all items and columns from the control.
Clears the current selection.
Ensures that the specified item is visible within the control, scrolling the contents of the control if necessary.
Throws:
Throws:
Scrolls the specified column into view.
Sorts the items of the list view.
Causes the control to update the corresponding client side widget. When in design mode, causes the rendered control to update its entire surface in the designer.
Throws:
Wisej.Web.ColumnWidthChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the column index for the column whose width is being changed.
Name | Description |
---|
Name | Description |
---|---|
: Returns the new display position of the
: Returns the previous display position of the .
Name | Description |
---|
: Returns or sets whether the user can sort columns by clicking on the header.
: Returns or sets the border style of the control.
: Returns or sets whether a check box appears next to each item.
: Returns the indexes of the currently checked items in the control.
: Returns the currently checked items in the control.
: Returns the number of columns without creating the columns collection.
: Returns the collection of all column headers that appear in the control.
: Returns or sets the name of the list or table in the data source for which the is displaying data.
: Returns or sets the data source for this .
The assigned value does not implement the or interfaces.
: Returns or sets the property to display in the .
: Returns or sets the item that currently has the focus.
: Returns or sets whether grid lines appear between the rows and columns containing the items and subitems in the control.
: Returns or sets the cell border style for the control when its property is set to Details and the property is set to true.
: Returns or sets the column header style.
: Returns or sets the property to use as the icon for the .
: Returns or sets the padding inside objects in any mode.
: Returns a collection containing all items in the control.
: Returns or sets the size of the items in the list view. If left empty (0, 0), the control uses the item size set in the current theme.
: Returns or sets the sorting comparer for the control.
: Returns or sets whether the user can edit the labels of items in the control.
: Returns or sets whether the text in the item can wrap.
: Returns or sets the to use to display the icon in the elements when the is set to or .
If is not set, Wisej will use and scale the icons.
: Returns or sets whether the column and row resizing should be updated as the user resizes the row or the column.
: Returns or sets whether multiple items can be selected.
: Returns or sets the number of items to prefetch outside of the visible area. The default is 0 (disabled).
Setting the property to a value greater than 0 allows the virtual view to prefetch the specified number of items outside of the visible area to enable smoother scrolling.
: Returns or sets whether a scroll bar is added to the control when there is not enough room to display all items.
: Returns or sets the index of the focused .
: Returns the indexes of the selected items in the control.
: Returns the items that are selected in the control.
: Returns or sets the current selection mode determining how items are selected in the .
: Returns or sets whether ToolTips are shown for the objects contained in the .
: Returns or sets the to use to display the icon in the elements when the is set to or .
If is not set, Wisej will use and scale the icons.
: Returns the column by which the contents are currently sorted.
: Returns or sets the sort order for items in the control.
: Returns a value indicating whether the items in the control are sorted in ascending or descending order, or are not sorted.
: Returns or sets the associated with states set for each .
: Returns the collection of the items associated with this control.
: Returns or sets the position of the items associated with this control.
: Returns or sets how items are displayed in the control.
: Returns or sets the number of objects contained in the list when in virtual mode.
is set to a value less than 0.
: Returns or sets whether you have provided your own data-management operations for the control.
Populates the from the data appending the rows to the existing rows.
Parameter | Type | Description |
---|
Returns: . Numbers of items appended.
Use this method to fill a without binding it to the data source.
Parameter | Type | Description |
---|
columnIndex is greater than 0 when is null-or- columnIndex is less than 0 or greater than the number of columns set.
Parameter | Type | Description |
---|
is called with a value other than when is not set to .
Prevents the control from updating until the method is called.
Resumes updating of the list view control after suspending it by the method.
Parameter | Type | Description |
---|
Populates the from the data .
Parameter | Type | Description |
---|
Returns: . Numbers of items added.
Use this method to fill a without binding it to the data source.
Finds the first that begins with the specified text value.
Parameter | Type | Description |
---|
Returns: . The first that begins with the specified text value.
Finds the first or , if indicated, that begins with the specified text value. The search starts at the specified index.
Parameter | Type | Description |
---|
Returns: . The first that begins with the specified text value.
startIndex is less 0 or more than the number items in the .
Finds the first or , if indicated, that begins with the specified text value. The search starts at the specified index.
Parameter | Type | Description |
---|
Returns: . The first that begins with the specified text value.
startIndex is less than 0 or more than the number of items in the .
Forces a full reload of the data displayed by this .
Forces a full reload of the data displayed by this .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Fired when the label for an item is edited by the user.
Fired when the user starts editing the label of an item.
Fired when the contents of the display area for a in virtual mode has changed, and the determines that a new range of items is needed.
Fired when the user clicks a column header within the list view control.
Fired when the user double clicks a column header within the list view control.
Fired when the column header order is changed.
Fired after the width of a column is successfully changed .
Occurs after a data-binding operation has finished.
Fired when value of the property changes.
Fired when the property changes.
Fired when the client has updated one or more items in the view.
This event is fired only if the application has attached at least one handler to the event. Otherwise, simply overriding won't work.
Fired when the check state of an item changes.
Fired when the checked state of an item changes.
Fired when the item is clicked or tapped.
Fired when the item is double clicked or tapped.
Fired when the user begins dragging a .
Fired when the pointer hovers over an item.
Fired when the pointer leaves an item.
Fired when the selection state of an item changes.
Fired when the is in virtual mode and requires a .
The property is not set to an item when the event is handled.
Fired when the is in virtual mode and a search is requested.
Fired when the collection changes.
Fired when a is clicked.
Fired when a is in virtual mode and the selection state of a range of items has changed.
Name | Description |
---|
sender
The source of the event.
e
A ColumnClickEventArgs that contains the event data.
Fired when the user clicks a column header within the list view control.
Fired when the user double clicks a column header within the list view control.
Represents the method that will handle the ColumnClick event of a ListView.
ColumnContent
Specifies the column should be resized based on the size of the column content.
HeaderAndColumnContent
Specifies the column should be resized based on the size of the column header content and on the size of the column content.
HeaderSize
Specifies the column should be resized based on the size of the column header content.
None
Specifies no resizing should occur.
Resizes the width of the column as indicated by the resize style.
Resizes the width of the given column as indicated by the resize style.
Resizes the width of the columns as indicated by the resize style.
data |
dataMember |
columnIndex | The zero-based index of the column to resize. |
headerAutoResize |
headerAutoResize |
index | The zero-based index of the item to scroll into view. |
data |
dataMember |
text | The text to search for. |
text | The text to search for. |
includeSubItemsInSearch | true to include sub-items in the search; otherwise, false. |
startIndex | The index of the item at which to start the search. |
text | The text to search for. |
includeSubItemsInSearch | true to include sub-items in the search; otherwise, false. |
startIndex | The index of the item at which to start the search. |
isPrefixSearch | true to allow partial matches; otherwise, false. |
refreshChildren | True to also refresh all the children of this control. |
column |
comparison |
Bindable components implement this interface. |
All wisej components implement this interface. |
All wisej data stores implement this interface. |
Allows an object to serialize itself. |
column
The zero-based index of the column that is clicked.
column
The zero-based index of the column that is clicked.
button
One of the MouseButtons values that indicate which mouse button was pressed.
clicks
The number of times a mouse button was pressed.
oldDisplayIndex |
newDisplayIndex |
header |
Clickable | The column headers can be clicked and can carry out an action, such as sorting, when clicked. |
NonClickable | The column headers are not clickable. |
None | The column header is not visible when in details view. |
Returns or sets the column header style. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the contents of the display area for a in virtual mode has changed, and the determines that a new range of items is needed. |
columnIndex | The index of the column whose width is being changed. |
Wisej.Web.CacheVirtualItemsEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the CacheVirtualItems event.
Initializes a new instance of the CacheVirtualItemsEventArgs class with the specified starting and ending indices.
Name | Type | Description |
---|---|---|
Int32: Returns the ending index for the range of values needed by a ListView control in virtual mode.
Int32: Returns the starting index for a range of values needed by a ListView control in virtual mode.
Wisej.Web.ColumnWidthChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ColumnWidthChanged event of a ListView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ColumnReorderedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ColumnReordered event of the ListView control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ColumnHeader
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Displays a standard column header in a ListView control.
Initializes a new instance of the ColumnHeader class.
Initializes a new instance of the ColumnHeader class with the image specified.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ColumnHeader class with the image specified.
Boolean: Returns or sets whether the ellipsis character (...) appears at the right edge of the cell when the View property is set to Details, denoting that the text extends beyond the size of the cell.
Color: Returns or sets the background color for the ColumnHeader.
The default is Empty to use the current theme's color set in "table-scroller/header/default/properties/backgroundColor".
String: Returns the name of the default cell renderer to use on the client side to render the cells that belong to this column. If it's null or empty it defaults to "Cell".
The name of the cell renderer can be a fully qualified class name (i.e. "wisej.web.datagrid.cellRenderer.Cell") or just the class name (i.e. "ImageCell") in which case the client library prepends "wisej.web.datagrid.cellRenderer".
ContextMenu: Returns or sets the shortcut menu associated with the column header.
Control: Returns or sets a child control to display inside the cell.
Int32: Returns or sets the display order of the column relative to the currently displayed columns.
Throws:
ArgumentOutOfRangeException The value is less than 0 or greater than or equal to the value of the ColumnCount property.
String: Returns or sets the property to display in the Items.
Color: Returns or sets the text color of the ColumnHeader.
The default is Empty to use the current theme's color set in "table-scroller/header/default/properties/textColor".
Boolean: Check if the component defines any responsive profile without forcing the creation of the collection.
Image: Returns or sets the image that is displayed in a ColumnHeader control.
Int32: Returns or sets the index of the image displayed in the ColumnHeader.
Throws:
ArgumentOutOfRangeException The specified index is less than -1.
String: Returns or sets the key of the image displayed in the ColumnHeader.
ImageList: Returns the image list associated with the ColumnHeader.
String: Returns or sets the theme name or URL for the image to display in the ColumnHeader control.
Int32: Returns the location of this ColumnHeader within the ListView control's ColumnHeaderCollection.
ListView: Returns the ListView control the ColumnHeader is located in.
Int32: Returns or sets the minimum width, in pixels, of the column.
Throws:
ArgumentOutOfRangeException The value is less than 2 or greater than 32000.
Boolean: Returns or sets whether the column header can be moved by the user.
String: Returns or sets the name of the ColumnHeader.
Boolean: Returns or sets whether the column header can be resized by the user.
Boolean: Returns or sets whether the column can be sorted by clicking on the header.
SortOrder: Returns or sets the type of sort glyph to display in the column header.
Object: Returns or sets an object that contains data to associate with the ColumnHeader.
String: Returns or sets the text displayed in the column header.
HorizontalAlignment: Returns or sets the horizontal alignment of the text displayed in the ColumnHeader.
Boolean: Returns or sets whether the column is visible when the control is in Details view.
Int32: Returns or sets the width of the column.
Resizes the width of the column as indicated by the resize style.
Creates an identical copy of the current ColumnHeader that is not attached to any list view control.
Returns: Object. An object representing a copy of this ColumnHeader object.
Wisej.Web.ItemCheckedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the ItemChecked event of a ListView control.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ImageColumnHeader
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Displays an image column header in a ListView control.
The value of the items displayed under the ImageColumnHeader are displayed as either an image name or an image URL.
Initializes a new instance of the ImageColumnHeader class.
Name | Description |
---|---|
Wisej.Web.ItemCheckedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemChecked event of the ListView control.
Initializes a new instance of the ItemCheckedEventArgs class.
Name | Type | Description |
---|---|---|
ListViewItem: Returns the ListViewItem whose checked state is changing.
Name | Description |
---|---|
Wisej.Web.ItemClickEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemClick event.
Initializes a new instance of the ItemClickEventArgs class.
Name | Type | Description |
---|---|---|
MouseButtons: Returns which mouse button was pressed.
Int32: Returns the number of clicks or taps.
ListViewItem: Returns the item that was clicked or tapped.
String: Returns the internal role assigned to the element that generated the pointer event: checkbox, button, ...
The value in the Role property is taken from the "role" attribute of the clicked element inside the cell. You can detect clicks on custom HTML content by adding the role attribute to the custom element.
Wisej.Web.LabelEditEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the and events.
Initializes a new instance of the class with the specified index to the to edit or edited.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified index to the being edited and the new text for the label of the .
Name | Type | Description |
---|
Wisej.Web.ItemMouseHoverEventArgs
Wisej.Web.ListView CheckedListViewItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection of checked items in a list view control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the number of items in the collection.
: Returns whether the collection is read-only.
Throws:
Determines whether the specified item is located in the collection.
Determines if an item with the specified key is contained in the collection.
Returns an enumerator that can be used to iterate through the checked index collection.
Determines the index of an item with the specified key.
Wisej.Web.ListView CheckedIndexCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection containing the indexes to the checked items in a list view control.
: Returns the number of items in the collection.
: Returns whether the collection is read-only.
: Returns the index value at the specified index within the collection.
Throws:
The index parameter is less than 0 or greater than or equal to the value of the property of .
Throws:
Clears the selection.
Determines whether the specified index is located in the collection.
Copies the list of checked indexes into the specified array starting at the specified index .
Returns an enumerator that can be used to iterate through the checked index collection.
Throws:
Wisej.Web.ItemSelectionChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the event.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns a value indicating whether the item's state has changed to selected.
Wisej.Web.ListView SelectedListViewItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection that contains the selected items in a control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the number of items in the collection.
: Returns whether the collection is read-only.
Throws:
Determines whether the specified item is located in the collection.
Determines if an item with the specified key is contained in the collection.
Returns an enumerator that can be used to iterate through the checked index collection.
Determines the index of an item with the specified key.
Wisej.Web.ListView SelectedIndexCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection that contains the indexes to the selected items in a control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the number of items in the collection.
: Returns whether the collection is read-only.
Throws:
Throws:
Clears the selection.
Determines whether the specified index is located in the collection.
Copies the list of selected indexes into the specified array starting at the specified index .
Returns an enumerator that can be used to iterate through the selected index collection.
Throws:
Wisej.Web.ListView ListViewItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection of items in a control.
: Returns the total number of items in the collection.
: Returns a value indicating whether the collection is read-only.
: Returns or sets the item at the specified index in the collection.
Throws:
The index value is less than 0 or is greater than the number of items in the collection.
Adds a new item with the specified label text to the end of the current collection.
Creates a new item with the specified key and text, and adds it to the collection.
Creates a new item with the specified key, text, and image, and adds it to the collection.
Creates a new item with the specified key, text, and image, and adds it to the collection.
Adds a previously created item to the end of the collection.
Throws:
Adds an array of previously created items to the collection.
Throws:
Removes all items from the collection.
Removes all items from the collection and optionally disposes them.
Determines whether the specified item is a member of the collection.
Determines whether the collection contains an item with the specified key.
Copies the entire collection into an existing array at a specified location within the array.
Returns an enumerator that can be used to iterate through the collection.
Returns the index of the specified item in the collection.
Returns the index of the first occurrence of a item with the specified key.
Inserts an existing item into the collection at the specified location.
Throws:
Creates a new item with the specified text and inserts it at the specified index.
Creates a new item with the specified text and key, and inserts it into the collection.
Creates a new item with the specified key, text, and image, and inserts it into the collection at the specified index.
Creates a new item with the specified key, text, and image, and inserts it into the collection at the specified index.
Removes the specified item from the collection.
Removes the item from the collection at a specified index.
Removes the item with the specified key from the collection.
Wisej.Web.ListViewDataUpdatedEventArgs
Wisej.Web.ListViewItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents an item in a control.
Initializes a new instance of the class with default values.
Initializes a new instance of the class with the specified item text.
Name | Type | Description |
---|
Initializes a new instance of the class with an array of strings representing sub-items.
Name | Type | Description |
---|
When AllowHtml is set to true, the text in the item can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with " ".
Throws:
Throws:
Throws:
Throws:
Places the item in edit mode.
Throws:
Creates an identical copy of the item.
Ensures that the item is visible within the control, scrolling the contents of the control, if necessary.
Wisej.Web.ListView ColumnHeaderCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection of column headers in a control.
Initializes a new instance of the class.
Name | Type | Description |
---|
: Returns the number of items in the collection.
: Returns whether the collection is read-only.
Throws:
Adds a column header to the collection with specified text, width, and alignment settings.
Creates and adds a column with the specified text to the collection.
Creates and adds a column with the specified text and width to the collection.
Creates and adds a column with the specified text and key to the collection.
Creates and adds a column with the specified text, key, and width to the collection.
Creates and adds a column with the specified key, aligned text, width, and image key to the collection.
Creates and adds a column with the specified key, aligned text, width, and image index to the collection.
Adds an array of column headers to the collection.
Removes all column headers from the collection.
Removes all column headers from the collection and optionally disposes them.
Determines whether the specified header is located in the collection.
Determines if a header with the specified key is contained in the collection.
Returns an enumerator to use to iterate through the column header collection.
Returns the index, within the collection, of the specified header.
Determines the index for a header with the specified key.
Inserts an existing header into the collection at the specified index.
Throws:
Creates a new column header and inserts it into the collection at the specified index.
Throws:
Creates a new column with the specified text, and inserts the header into the collection at the specified index.
Throws:
Creates a new header with the specified text and initial width, and inserts the header into the collection at the specified index.
Creates a new header with the specified text and key, and inserts the header into the collection at the specified index.
Creates a new column with the specified text, key, and width, and inserts the header into the collection at the specified index.
Creates a new header with the specified aligned text, key, width, and image key, and inserts the header into the collection at the specified index.
Creates a new header with the specified aligned text, key, width, and image index, and inserts the header into the collection at the specified index.
Removes the specified header from the collection.
Removes the header at the specified index within the collection.
Throws:
Removes the header with the specified key from the collection.
Represents the method that will handle the event of the control.
The object that contains data for the to display.
The name of the table or list in the data object for which the should load the items.
One of the values.
One of the values.
The object that contains data for the to display.
The name of the table or list in the data object for which the should load the items.
The to scroll into view.
The comparison expression to use when sorting the items. It's optional - if not specified or null, the instance or a default internal comparer is used to compare the items and sort the list.
All wisej controls derived from the class must implement this interface.
The previous display position of the .
The new display position for the .
The that is being reordered.
Represents the method that will handle the event of a .
Name | Description |
---|---|
Name | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
Name | Description |
---|---|
: Returns or sets whether changes made to the label of the should be canceled.
: Returns the containing the label to edit or edited.
: Returns the new text assigned to the label of the .
Name | Description |
---|
: Returns the item value at the specified index within the collection.
The index parameter is less than 0 or greater than or equal to the value of the property of .
: Returns the item with the specified key within the collection.
Parameter | Type | Description |
---|
Returns: . true if the specified index from the for the is an item in the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . true if an item with the specified key is contained in the collection; otherwise, false.
Returns: . An that represents the checked index collection.
Returns the index within the of the specified item.
Parameter | Type | Description |
---|
Returns: . The zero-based index in the collection; otherwise, -1 if the item is not located in the collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index for the with the specified name, if found; otherwise, -1.
Adds the item at the specified index in the collection to the .
Parameter | Type | Description |
---|
Returns: . The new count of selected items.
The specified index is less than 0 or greater than or equal to the number of items in the owner . Or The owner is in virtual mode, and the specified index is less than 0 or greater than or equal to the value of .
Parameter | Type | Description |
---|
Returns: . true if the specified index from the for the is an item in the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . An that represents the checked index collection.
Returns the index within the of the specified index from the of the list view control.
Parameter | Type | Description |
---|
Returns: . The zero-based index in the collection where the specified index of the is located within the ; otherwise, -1 if the index is not located in the collection.
Removes the item at the specified index in the collection from the .
Parameter | Type | Description |
---|
The specified index is less than 0 or greater than or equal to the number of items in the owner . Or The owner is in virtual mode, and the specified index is less than 0 or greater than or equal to the value of .
: Returns the item whose selection state has changed.
: Returns the index of the item whose selection state has changed.
Name | Description |
---|
: Returns the item value at the specified index within the collection.
The index parameter is less than 0 or greater than or equal to the value of the property of .
: Returns the item with the specified key within the collection.
Parameter | Type | Description |
---|
Returns: . true if the specified index from the for the is an item in the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . true if an item with the specified key is contained in the collection; otherwise, false.
Returns: . An that represents the checked index collection.
Returns the index within the of the specified item.
Parameter | Type | Description |
---|
Returns: . The zero-based index in the collection; otherwise, -1 if the item is not located in the collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index for the with the specified name, if found; otherwise, -1.
: Returns the index value at the specified index within the collection.
The index parameter is less than 0 or greater than or equal to the value of the property of .
Adds the item at the specified index in the collection to the .
Parameter | Type | Description |
---|
Returns: . The new count of selected items.
The specified index is less than 0 or greater than or equal to the number of items in the owner . Or The owner is in virtual mode, and the specified index is less than 0 or greater than or equal to the value of .
Parameter | Type | Description |
---|
Returns: . true if the specified index from the for the is an item in the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . An that represents the selected index collection.
Returns the index within the of the specified index from the of the list view control.
Parameter | Type | Description |
---|
Returns: . The zero-based index in the collection where the specified index of the is located within the ; otherwise, -1 if the index is not located in the collection.
Removes the item at the specified index in the collection from the .
Parameter | Type | Description |
---|
The specified index is less than 0 or greater than or equal to the number of items in the owner . Or The owner is in virtual mode, and the specified index is less than 0 or greater than or equal to the value of .
: Returns the item with the specified key from the collection.
Parameter | Type | Description |
---|
Returns: . A that represents the item being added to the collection.
Parameter | Type | Description |
---|
Returns: . The that was added to the collection.
Parameter | Type | Description |
---|
Returns: . The that was added to the collection.
Parameter | Type | Description |
---|
Returns: . The that was added to the collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index value of the added to the collection.
The item is currently assigned to another .
Parameter | Type | Description |
---|
items is null.
items is the child of another .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if the is a member of the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . true to indicate the collection contains a with the specified key; otherwise, false.
Parameter | Type | Description |
---|
Returns: . An that represents the .
Parameter | Type | Description |
---|
Returns: . The zero-based index of the item found in the ; otherwise, -1.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the first occurrence of a with the specified key, if found; otherwise, -1.
Parameter | Type | Description |
---|
The item is currently assigned to another .
Parameter | Type | Description |
---|
Returns: . The that was inserted in the collection.
Parameter | Type | Description |
---|
Returns: . The that was inserted in the collection.
Parameter | Type | Description |
---|
Returns: . The that was inserted in the collection.
Parameter | Type | Description |
---|
Returns: . The that was inserted in the collection.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Fired when the collection changes.
Initializes a new instance of the class with the specified item text and the image index position of the item's icon.
Name | Type | Description |
---|
Initializes a new instance of the class with the image index position of the item's icon and an array of strings representing sub-items.
Name | Type | Description |
---|
Initializes a new instance of the class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing sub-items.
Name | Type | Description |
---|
Initializes a new instance of the class with the image index position of the item's icon and an array of objects.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified text and image.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified item and sub-item text and image.
Name | Type | Description |
---|
Initializes a new instance of the class with the sub-items containing the specified text, image, colors, and font.
Name | Type | Description |
---|
Initializes a new instance of the class with the specified sub-items and image.
Name | Type | Description |
---|
: Returns or sets a value indicating that the item can display HTML text.
: Returns or sets the background color of the .
: Returns or sets whether the item is checked.
: Returns or sets the number of columns that this item can use to render its content when the is in mode.
The value is lower than 1 or greater than 100.
: Returns or sets the shortcut menu associated with the item.
: Returns or sets a child control to display inside the item.
: Returns the data-bound object for this .
: Return or sets whether the item has the focus within the parent.
: Returns or sets the font of the text displayed by the .
: Returns or sets the foreground color of the .
: Checks if the dynamic object was created and has any value.
: Returns or sets the image that is displayed on a .
: Returns or sets the image list index value of the image displayed in the .
The specified index is less than -1.
: Returns or sets the key accessor for the image in the .
: Returns the that contains the images displayed in the .
: Returns or sets the theme name or URL for the image to display in the .
: Returns the zero-based index of the item within the control.
: Returns whether the is data bound.
: Returns a value indicating whether the tree node is in an editable state.
: Returns the control that contains the item.
: Returns or sets the name associated with this item.
: Returns or sets the height of the row corresponding to this item when in view.
: Returns or sets the number of rows that this item can use to render its content when the is in mode.
The value is lower than 1 or greater than 100.
: Returns or sets whether the item is selected.
: Returns or sets the image list index value of the state icon displayed in the .
The specified index is less than -1.
: Returns or sets the key for the state icon displayed in the .
: Returns the that contains the state images displayed in the .
: Returns or sets the theme name or URL for the state icon to display in the .
: Returns a collection containing all sub items.
: Returns or sets an object that contains data to associate with the item.
: Returns or sets the text of the item.
: Returns or sets the text shown when the mouse pointer rests on the .
: Returns a dynamic object that can be used to store custom data in relation to this item.
The property of the associated is not set to true.
Returns: . An object that represents an item that has the same text, image, and sub-items associated with it as the cloned item.
Releases all resources used by the .
Removes the item from its associated control.
Name | Description |
---|
: Returns the column header at the specified index within the collection.
index is less than 0 or greater than or equal to the value of the property of the .
: Returns the column header with the specified key from the collection.
Parameter | Type | Description |
---|
Returns: . The that was created and added to the collection.
Adds an existing to the collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index into the collection where the item was added.
Parameter | Type | Description |
---|
Returns: . The with the specified text that was added to the .
Parameter | Type | Description |
---|
Returns: . The with the specified text and width that was added to the .
Parameter | Type | Description |
---|
Returns: . The with the specified key and text that was added to the .
Parameter | Type | Description |
---|
Returns: . The with the given text, key, and width that was added to the collection.
Parameter | Type | Description |
---|
Returns: . The with the specified key, aligned text, width, and image key that has been added to the collection.
Parameter | Type | Description |
---|
Returns: . The with the specified key, aligned text, width, and image index that has been added to the collection.
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Returns: . true if the header is contained in the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . true if a header with the specified name is contained in the collection; otherwise, false.
Parameter | Type | Description |
---|
Returns: . An that represents the column header collection.
Parameter | Type | Description |
---|
Returns: . The zero-based index of the header's location in the collection. If the header is not located in the collection, the return value is -1.
Parameter | Type | Description |
---|
Returns: . The zero-based index for the first occurrence of the column with the specified name, if found; otherwise, -1.
Parameter | Type | Description |
---|
index is less than 0 or greater than or equal to the value of the property of the .
Parameter | Type | Description |
---|
index is less than 0 or greater than or equal to the value of the property of the .
Parameter | Type | Description |
---|
index is less than 0 or greater than or equal to the value of the property of the .
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
Parameter | Type | Description |
---|
index is less than 0 or greater than or equal to the value of the property of the .
Parameter | Type | Description |
---|
Fired when the collection changes.
Represents the method that will handle the CacheVirtualItems event of a ListView.
sender
The source of the event.
e
A ColumnWidthChangedEventArgs that contains the event data.
Fired after the width of a column is successfully changed .
sender
The source of the event.
e
A ColumnReorderedEventArgs that contains the event data.
Fired when the column header order is changed.
imageKey
The key of the image to display in the ColumnHeader.
headerAutoResize
One of the ColumnHeaderAutoResizeStyle values.
Displays an image column header in a ListView control.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
sender
The source of the event
e
A ItemCheckEventArgs that contains the event data.
Fired when the checked state of an item changes.
Both
Vertical and horizontal lines
Horizontal
An horizontal line.
None
No lines.
Vertical
A vertical line.
sender
The source of the event.
e
A ItemClickEventArgs that contains the event data.
Fired when the item is clicked or tapped.
Fired when the item is double clicked or tapped.
Checked | The item is checked. |
Default | The item is in its default state. |
Disabled | The item is disabled. |
Selected | The item is selected. |
item |
key | The name of the item to search for. |
item |
key | The name of the item to retrieve the index for. |
index |
checkedIndex | The index of the checked item to locate in the collection. |
array | Array that will received the list of selected indexes. |
index | Starting index in array . |
checkedIndex |
index |
item |
key | The name of the item to search for. |
item |
key | The name of the item to retrieve the index for. |
index |
selectedIndex | The index of the selected item to locate in the collection. |
array | Array that will received the list of selected indexes. |
index | Starting index in array . |
selectedIndex |
index |
text |
key |
text |
key |
text |
imageIndex |
key | The name of the item. |
text |
imageKey |
item |
items |
dispose | Indicates whether the removed items should be disposed. |
item |
key |
dest | The destination array. |
index | The index in the destination array at which storing begins. |
item |
key |
index | The indexed location within the collection to insert the item. |
item |
index |
text |
index |
key |
text |
index |
key |
text |
imageIndex |
index |
key |
text |
imageKey |
item |
index |
key |
text | The text to display for the item. |
imageIndex |
items | An array of strings that represent the sub-items of the new item. |
imageIndex |
items | An array of strings that represent the sub-items of the new item. |
imageIndex |
foreColor |
backColor |
font |
subItems |
imageIndex |
text | The text to display for the item. This should not exceed 259 characters. |
imageKey |
items |
imageKey |
items |
imageKey |
foreColor |
backColor |
font |
subItems |
imageKey |
Provides access to common image properties across the controls that implement this interface. |
text | The text to display in the column header. |
width | The initial width of the column header. |
textAlign |
header |
text | The text to display in the column header. |
text |
width |
key |
text |
key | The key of the column header. |
text | The text to display in the column header. |
width |
key | The key of the column header. |
text | The text to display in the column header. |
width | The initial width of the column header. |
textAlign |
imageKey | The key value of the image to display in the column header. |
key | The key of the column header. |
text | The text to display in the column header. |
width | The initial width of the column header. |
textAlign |
imageIndex | The index value of the image to display in the column. |
headers |
dispose | Indicates that the child columns should be disposed after being removed. |
header |
key | The name of the header to search for. |
array |
arrayIndex |
value |
key | The name of the header to retrieve the index for. |
index | The zero-based index location where the header is inserted. |
header |
index | The zero-based index location where the header is inserted. |
text | The text to display in the header. |
width | The initial width of the header. Set to -1 to autosize the header to the size of the largest subitem text in the column or -2 to autosize the header to the size of the text of the header. |
textAlign |
index | The zero-based index location where the header is inserted. |
text | The text to display in the header. |
index | The zero-based index location where the header is inserted. |
text | The text to display in the header. |
width | The initial width, in pixels, of the header. |
index | The zero-based index location where the header is inserted. |
key | The name of the header. |
text | The text to display in the header. |
index | The zero-based index location where the header is inserted. |
key | The name of the header. |
text | The text to display in the header. |
width | The initial width, in pixels, of the header. |
index | The zero-based index location where the column header is inserted. |
key | The name of the header. |
text | The text to display in the header. |
width | The initial width, in pixels, of the header. |
textAlign |
imageKey | The key of the image to display in the header. |
index | The zero-based index location where the column header is inserted. |
key | The name of the header. |
text | The text to display in the column header. |
width | The initial width, in pixels, of the header. |
textAlign |
imageIndex | The index of the image to display in the header. |
column |
index | The zero-based index of the header to remove. |
key | The name of the header to remove from the collection. |
startIndex
The starting index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.
endIndex
The ending index of a range of items needed by the ListView for the next RetrieveVirtualItem event that occurs.
imageIndex
The index of the image to display in the ColumnHeader.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
item
The ListViewItem that is being checked or unchecked.
Represents the method that will handle the ItemChecked event of a ListView control.
item
The ListViewItem the mouse pointer is currently hovering over.
button
One of the MouseButtons values that indicate which mouse button was pressed.
clicks
The number of times a mouse button was pressed.
sender | The source of the event. |
e | A that contains the event data. |
Fired when the pointer hovers over an item. |
Fired when the pointer leaves an item. |
item |
item |
label |
item |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the label for an item is edited by the user. |
Fired when the user starts editing the label of an item. |
sender | The source of the event. |
e | An that contains the event data. |
Fired when the selection state of an item changes. |
owner |
item |
itemIndex |
isSelected | true to indicate the item's state has changed to selected; false to indicate the item's state has changed to deselected. |
Represents the method that will handle the event of a . |
owner |
owner |
Represents the method that will handle the event of a . |
text | The text to display for the item. |
items | An array of strings that represent the sub-items of the new item. |
sender | The source of the event. |
e | A that contains the event data. |
Fired when the client has updated one or more items in the view. |
owner |
Wisej.Web.ListViewItemDragEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ItemDrag event of the ListView controls.
Initializes a new instance of the ItemDragEventArgs class with a specified mouse button.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ItemDragEventArgs class with a specified mouse button and the ListViewItem that is being dragged.
Name | Type | Description |
---|---|---|
MouseButtons: Returns a value that indicates which mouse buttons were pressed during the drag operation.
ListViewItem: Returns the ListViewItem that is being dragged.
Wisej.Web.ListViewVirtualItemsSelectionRangeChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the VirtualItemsSelectionRangeChanged event.
Initializes a new instance of the ListViewVirtualItemsSelectionRangeChangedEventArgs class.
Name | Type | Description |
---|---|---|
Throws:
ArgumentException startIndex is larger than endIndex..
Int32: Returns the index for the last item in the range of items whose selection state has changed.
Boolean: Returns a value indicating whether the range of items is selected.
Int32: Returns the index for the first item in the range of items whose selection state has changed.
Wisej.Web.ListViewBindingCompleteEventEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the DataBindingComplete event of a ListView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.ListViewItem ListViewSubItem
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents a sub-item of a ListViewItem.
Initializes a new instance of the ListViewSubItem class.
Initializes a new instance of the ListViewSubItem class with the specified owner and text.
Name | Type | Description |
---|---|---|
Initializes a new instance of the ListViewSubItem class with the specified owner, text, foreground color, background color, and font values.
Name | Type | Description |
---|---|---|
Boolean: Returns or sets a value indicating that the item can display HTML text.
When AllowHtml is set to true, the text in the item can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with " ".
Color: Returns or sets the background color of the ListViewSubItem.
Int32: Returns or sets the number of columns that this sub-item can use to render its content when the ListView is in Details mode.
Throws:
ArgumentOutOfRangeException The value is lower than 1 or greater than 100.
Control: Returns or sets a child control to display inside the sub-item.
Font: Returns or sets the font of the text displayed by the ListViewSubItem.
Color: Returns or sets the foreground color of the ListViewSubItem.
Boolean: Checks if the UserData dynamic object was created and has any value.
String: Returns or sets the name associated with this subitem.
Int32: Returns or sets the number of rows that this sub-item can use to render its content when the ListView is in Details mode.
Throws:
ArgumentOutOfRangeException The value is lower than 1 or greater than 100.
Object: Returns or sets an object that contains data to associate with the sub-item.
String: Returns or sets the text of the sub item.
Object: Returns a dynamic object that can be used to store custom data in relation to this item.
Releases all resources used by the ListViewSubItem.
Wisej.Web.ListViewItem ListViewSubItemCollection
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the collection of subitems in a ListViewSubItem item.
Int32: Returns the total number of subitems in the collection.
Boolean: Returns a value indicating whether the collection is read-only.
ListViewSubItem: Returns or sets the subitem at the specified index in the collection.
Throws:
ArgumentOutOfRangeException The index value is less than 0 or is greater than the number of items in the collection.
ListViewSubItem: Returns the subitem with the specified key from the collection.
Adds a new subitem with the specified label text to the end of the current collection.
Returns: ListViewSubItem. A ListViewSubItem that represents the item being added to the collection.
Adds a new subitem to the collection with the specified text, foreground color, background color, and font settings.
Returns: ListViewSubItem. The ListViewSubItem that was added to the collection.
Adds a previously created subitem to the end of the collection.
Returns: ListViewSubItem. A ListViewSubItem that represents the item being added to the collection.
Throws:
ArgumentException The item is currently assigned to another ListViewSubItem.
Creates new subitems based on an array of strings and adds them to the collection.
Creates new subitems based on an array of strings and adds them to the collection with the specified foreground color, background color, and font.
Adds an array of previously created subitems to the collection.
Throws:
ArgumentNullException items is null.
ArgumentException items is the child of another ListViewSubItem.
Removes all ListViewSubItem instances from the collection.
Removes all ListViewSubItem instances from the collection and optionally disposes them.
Determines whether the specified subitem is a member of the collection.
Returns: Boolean. true if the ListViewSubItem is a member of the collection; otherwise, false.
Determines whether the collection contains a subitem with the specified key.
Returns: Boolean. true to indicate the collection contains a ListViewSubItem with the specified key; otherwise, false.
Copies the entire collection into an existing array at a specified location within the array.
Returns an enumerator that can be used to iterate through the collection.
Returns: IEnumerator<ListViewSubItem>. An IEnumerator that represents the ListViewSubItemCollection.
Returns the index of the specified subitem in the collection.
Returns: Int32. The zero-based index of the item found in the ListViewSubItemCollection; otherwise, -1.
Returns the index of the first occurrence of a subitem with the specified key.
Returns: Int32. The zero-based index of the first occurrence of a ListViewSubItem with the specified key, if found; otherwise, -1.
Inserts an existing ListViewSubItem into the collection at the specified location.
Returns: ListViewSubItem. The ListViewSubItem that was inserted in the collection.
Throws:
ArgumentException The item is currently assigned to another ListView.
Creates a new subitem with the specified text and inserts it at the specified index.
Returns: ListViewSubItem. The ListViewSubItem that was inserted in the collection.
Creates a new subitem with the specified text and key, and inserts it into the collection.
Returns: ListViewSubItem. The ListViewSubItem that was inserted in the collection.
Removes the specified subitem from the collection.
Removes a subitem from the collection at a specified index.
Removes the subitem with the specified key from the collection.
CollectionChangeEventHandler Fired when the collection changes.
Wisej.Web.ListViewVirtualItemsSelectionRangeChangedEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.RetrieveVirtualItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the RetrieveVirtualItem event of a ListView.
Throws:
InvalidOperationException The Item property is not set to an item when the RetrieveVirtualItem event is handled.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.SearchForVirtualItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the SearchForVirtualItem event.
Initializes a new instance of the SearchForVirtualItemEventArgs class.
Name | Type | Description |
---|---|---|
Boolean: Returns a value indicating whether the search should include sub items of list items.
Int32: Returns or sets the index of the ListViewItem found in the ListView .
Boolean: Returns a value indicating whether the search should return an item if its text starts with the search text.
Int32: Returns the index of the ListViewItem where the search starts.
String: Returns the text used to find an item in the ListView control.
Wisej.Web.SearchForVirtualItemEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Represents the method that will handle the SearchForVirtualItem event of a ListView.
Name | Type | Description |
---|---|---|
Name | Description |
---|---|
Wisej.Web.RetrieveVirtualItemEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the RetrieveVirtualItem event.
Initializes a new instance of the RetrieveVirtualItemEventArgs class.
Name | Type | Description |
---|---|---|
ListViewItem: Returns or sets the item retrieved from the cache.
Int32: Returns the index of the item to retrieve from the cache.
Represents the method that handles the and events.
The to locate in the collection.
The to locate in the collection.
The index of the item in the collection to add to the .
The zero-based index from the to locate in the collection.
The index of the item in the collection to remove from the .
Represents the method that will handle the event of a .
The to locate in the collection.
The to locate in the collection.
The index of the item in the collection to add to the .
The zero-based index from the to locate in the collection.
The index of the item in the collection to remove from the .
The label text displayed by the .
The name of the .
The text to display in the .
The name of the .
The text to display in the .
The index of the image to display in the .
The text to display in the .
The image to display in the .
The to add to the collection.
An array of objects representing the items to add to the collection.
The to locate in the collection.
The name of the to search for.
The to locate in the collection.
The name of the to search for.
The to insert into the collection.
The location within the collection to insert the .
The text to display in the .
The location within the collection to insert the .
The name of the .
The text to display in the.
The location within the collection to insert the .
The name of the .
The text to display in the .
The index of the image to display in the .
The location within the collection to insert the .
The name of the .
The text to display in the .
The key of the image to display in the .
The to remove.
The index of the to remove.
The name of the to remove from the collection.
The zero-based index of the image within the associated with the that contains the item.
The zero-based index of the image within the associated with the that contains the item.
The zero-based index of the image within the associated with the that contains the item.
A that represents the foreground color of the item.
A that represents the background color of the item.
A that represents the font to display the item's text in.
An array of type that represents the sub-items of the item.
The zero-based index of the image within the associated with the that contains the item.
The name of the image within the of the owning to display in the .
An array containing the text of the sub-items of the .
The name of the image within the of the owning to display in the .
An array of strings that represent the text of the sub-items for the .
The name of the image within the of the owning to display in the item.
A that represents the foreground color of the item.
A that represents the background color of the item.
A to apply to the item text.
An array of objects.
The name of the image within the of the owning to display in the .
One of the values.
The to add to the collection.
The text of the to add to the collection.
The width of the to add to the collection.
The key of the to add to the collection.
The text of the to add to the collection.
The initial width of the .
One of the values.
One of the values.
An array of objects to add to the collection.
A representing the header to locate in the collection.
A representing the header to locate in the collection.
The to insert into the collection.
One of the values.
One of the values.
One of the values.
A representing the header to remove from the collection.
The , containing the label to edit.
The , containing the label to edit.
The new text assigned to the label of the .
The the pointer is currently hovering over.
Represents the method that will handle the event of a .
A control that owns the collection.
The whose selection state has changed.
The index of the whose selection state has changed.
A control that owns the collection.
A control that owns the collection.
The that owns this collection.
Name | Description |
---|---|
Name | Description |
---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Parameter | Type | Description |
---|---|---|
Name | Description |
---|---|
Name | Description |
---|---|
sender
The source of the event.
e
An ListViewItemDragEventArgs that contains the event data.
Fired when the user begins dragging a ListViewItem.
Represents the method that will handle the VirtualItemsSelectionRangeChanged event of a ListView.
sender
The source of the event.
e
A ListViewDataUpdatedEventArgs that contains the event data.
Occurs after a data-binding operation has finished.
text
The label text displayed by the ListViewSubItem.
text
The text to display for the subitem.
foreColor
A Color that represents the foreground color of the subitem.
backColor
A Color that represents the background color of the subitem.
font
A Font that represents the typeface to display the subitem's text in.
item
The ListViewSubItem to add to the collection.
items
An array of strings representing the text of each subitem to add to the collection.
items
An array of strings representing the text of each subitem to add to the collection.
foreColor
A Color that represents the foreground color of the subitem.
backColor
A Color that represents the background color of the subitem.
font
A Font that represents the typeface to display the subitem's text in.
items
An array of ListViewSubItem to add to the collection.
dispose
Indicates whether the removed items should be disposed.
item
The ListViewSubItem to locate in the collection.
key
The name of the ListViewSubItem to search for.
dest
The destination array.
index
The index in the destination array at which storing begins.
subitem
The ListViewSubItem to locate in the collection.
key
The name of the ListViewSubItem to search for.
index
The indexed location within the collection to insert the subitem.
item
The ListViewSubItem to insert into the collection.
index
The location within the collection to insert the ListViewSubItem.
text
The text to display in the ListViewSubItem.
index
The location within the collection to insert the ListViewSubItem.
key
The name of the ListViewSubItem.
text
The text to display in theListViewSubItem.
item
The ListViewSubItem to remove.
index
The index of the ListViewSubItem to remove.
key
The name of the ListViewSubItem to remove from the collection.
sender
The source of the event.
e
A ListViewVirtualItemsSelectionRangeChangedEventArgs that contains the event data.
Fired when a ListView is in virtual mode and the selection state of a range of items has changed.
sender
The source of the event.
e
A RetrieveVirtualItemEventArgs that contains the event data.
Fired when the ListView is in virtual mode and requires a ListViewItem.
Represents the method that will handle the SearchForVirtualItem event of a ListView.
sender
The source of the event.
e
A SearchForVirtualItemEventArgs that contains the event data.
Fired when the ListView is in virtual mode and a search is requested.
Represents the method that will handle the RetrieveVirtualItem event of a ListView.
button
A combination of MouseButtons values that indicates which mouse buttons were pressed.
button
A combination of MouseButtons values that indicates which mouse buttons were pressed.
item
The ListViewItem being dragged.
startIndex
The index of the first item in the range that has changed.
endIndex
The index of the last item in the range that has changed.
isSelected
true to indicate the items are selected; false to indicate the items are deselected.
owner
A ListViewItem that represents the item that owns the sub item.
text
The text to display for the sub item.
owner
A ListViewItem that represents the item that owns the sub item.
text
The text to display for the sub item.
foreColor
A Color that represents the foreground color of the sub item.
backColor
A Color that represents the background color of the sub item.
font
A Font that represents the font to display the sub item's text in.
isPrefixSearch
A value indicating whether the search is a prefix search.
includeSubItemsInSearch
A value indicating whether to include sub items of list items in the search.
text
The text of the item to search for.
startIndex
The index of the ListViewItem at which to start the search.
itemIndex
The index of the item to retrieve.
Wisej.Web.View
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Specifies how list items are displayed in a ListView control.
Name | Description |
---|---|
Name | Description |
---|---|
Details
Each item appears on a separate line with further information about each item arranged in columns. The left-most column contains a small icon and label, and subsequent columns contain sub items as specified by the application. A column displays a header which can display a caption for the column. The user can resize each column at run time.
LargeIcon
Each item appears as a full-sized icon with a label below it.
SmallIcon
Each item appears as a small icon with a label to its right.
Tile
Each item appears as a full-sized icon with the item label and sub item information below the label. Items wrap to a new line from left to right.
Returns or sets how items are displayed in the control.
Returns or sets how items are displayed in the control.