IntegralUI ListBox Releases

Released: Jul 11, 2013

Updates in v3.0

  • Serialization of 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.
  • Different item permissions including AllowHover and AllowSelect.

Released: Sep 15, 2011

Updates in v2.2

  • Option to embed new control: RatingControl which can use custom images to show rating values, includes star image as default
  • Option to fix items on top or bottom side which can act like header and footer
  • A new constructor which accepts strings and creates a default item with text
  • Serialization of images from ImageList to XML file is now supported

Released: Jan 6, 2011

Updates in IntegralUI Lists

  • 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
  • ItemObjectClicked and...

Released: Jan 3, 2011

Updates in v2.1

  • Row-based and pixel-based scrolling enabled
  • 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
  • ItemObjectClicked and ContentObjectClicked events now carry also the MouseButtons
  • Mouse wheel supported in ComboBox, ListControl and NumericUpDown controls

Released: May 18, 2010

Updates in v2.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 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 items created with rich content...

Released: Dec 21, 2009

Updates in v1.2

  • 8 new built-in controls which can be used as a standalone and inside list control 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. Useful during...

Released: Feb 10, 2009

Updates in v1.1

  • Option for Custom controls to remain visible during scrolling
  • Support for custom animated gifs in every item with control over animation
  • Option to manually stop the fading effect