IntegralUI TreeListView Releases
Released: Jul 15, 2013
Updates in this release
Updates in v4.0
- Multi-column sorting.
- Span sub-items in multiple columns.
- Serialization of a partial set of items, color schemes and themes.
- Load on Demand option for partially loading data from an XML file, database or memory stream.
- Owner Draw events for drawing each part of the control.
- Set column min and max width.
- Different column permissions including AllowHover, AllowSelect, AllowResize, AllowDrag and AutoSizable.
- Different node permissions including AllowHover, AllowSelect, AllowExpand...
Released: Dec 21, 2011
Updates in this release
Updates in V3.2
- Extend the current theme with custom colors for all controls
- New Rating Control which can use custom images to show rating values, includes star image as default
- New NumberedList Control presents a numbered list of items acting like a navigation panel
- New Panel and TransparentPanel containers with gradient background fill and custom border appearance
- A DisplayMode property for items which enables an item to act as a separator in the list
- A style for drawing subitems when they are...
Released: Jan 6, 2011
Updates in this release
Updates in V3.1
- Pixel-based scrolling enabled for ListBox, TreeListView and TreeView controls
- New Key property in ObjectEventArgs, used to uniquely identify different objects
- Fully compatible with Visual Studio 2010
- The Key which specifies the text from XML content is carried with the editing events
- A built-in root node which will be used as parent for first level nodes and which retrieve the control Nodes collection
- IsRoot property which determines whether a node is the root node...
Released: May 11, 2010
Updates in this release
Updates in V3.0
- Great performance improvement during data load and control layout update
- Partially visible controls remain active
- New XML attributes
- Option to separately show/hide the scrollbars
- CurrentList property, represents a flat list of all nodes that are currently visible and filtered
- Alignment of expand box, check box, state image and item icon
- EnsureVisible with option to choose the item position
- ItemSelectionChanged even which notifies when node changes its selection
- Option to edit...
Released: Dec 17, 2009
Updates in this release
Updates in V2.2
- 8 new built-in controls which can be used as a standalone and inside list controls using XML tags:
CheckBox, ComboBox, DateTimePicker, ListControl, MonthCalendar, NumericUpDown, ProgressBar, TextControl - Advanced filter which allows data to be filtered by multiple values using AND, OR criteria and exact or prefix match
- XML Serialization for controls and images
- Improved performance during load process
- ApplyFocusStyle, a property which enables/disables FocusStyle for items...