Version

Search Results

API Overview

API Overview This section lists each namespace that is relevant to the control. We also give you several key classes that you will be using while programming with this control. The namespaces and classes on this page link directly into our API documentation. WinListView Namespace: Infragistics.Win.UltraWinListView...

Automatically Fit All Columns in Details View

Automatically Fit All Columns in Details View In Details view, WinListView attempts to size all SubItemColumns to the best fit if you don’t set column widths yourself. However, if there’s not enough screen real estate to display all SubItem columns, WinListView will display a scrollbar for your end user to scroll ...

Change the Visible Position of WinListView Columns in Details or Tiles View

Change the Visible Position of WinListView Columns in Details or Tiles View This topic will show you how to re-position columns in WinListView™ in the user-interface, without changing its Ordinal positions. This can be done when the WinListView control’s View View property is set to either Details or Tiles; Column...

Disable and Remove Items and Groups

Disable and Remove Items and Groups This topic shows you how items and groups added to WinListView™ can be disabled by setting the Item object’s Enabled property to false. You will also know how items or an entire group can be removed from WinListView using the Items or Groups object’s Remove and RemoveAt methods....

Display Images in WinListView

Display Images in WinListView This topic shows you how images can be displayed next to the Text of an item in WinListView™. This topic assumes that you have an ImageList control dropped onto the form with few sample images in it. Assign the ImageList control to WinListView, through the ImageList property. The Imag...

Lasso Selection Support

Lasso Selection Support The phrase “Lasso Selection” refers to the selection rectangle that is dragged by the end user around one or more items in the view, resulting in them being selected. This feature is similar to the Windows Explorer style selection, which allows dragging selection of multiple items, which is...

New WinListView Control

New WinListView Control The WinListView™ control is a completely new control in the Ultimate UI for Windows Forms 2006 Volume 1 release. It actually emulates three separate controls (ListView, ListBox, and CheckedListBox) through property settings, making it a versatile control that can perform several functions. ...

WinListView Object Model

WinListView Object Model Infragistics always strives to extend functionality and flexibility through a coherent and sensible object model. Since quite a few properties exposed by WinListView™ only have relevance to one particular view, a different approach was taken than that of the intrinsic ListView control with...

Populate the WinListView Control with Items

Populate the WinListView Control with Items The WinListView™ control exposes a collection property, Items , which contains the items that the control displays. This collection property is similar to most collection properties, and exposes methods such as Add , Remove , and Clear , which allow the developer to mani...

Populating WinListView with Directories and Files

Populating WinListView with Directories and Files Before You Begin: Since the WinListView™ control emulates the look and feel of Microsoft® Windows® Explorer, a good example of how to use it is to populate it with actual files and directories. This walkthrough demonstrates how to configure the WinListView control ...