What's new in Better Thumbnail Browser 1.16.0

Dec 3, 2014
  • Fixed drag selections (not all intersecting items were always selected)
  • Fixed sub-item background display in Details view when FullRowSelect is false
  • Fixed sub-item focus rectangle display in Details view when FullRowSelect is false
  • Fixed text highlighting not updating properly after automatic column resizing
  • Fixed possible wrong item index provided in LoadingFinishedEventArgs, changed index to BetterThumbailBrowserItem instead

New in Better Thumbnail Browser 1.15.0 (Sep 15, 2014)

  • Added column unsorting by middle mouse button
  • Fixed hit test on items in List view

New in Better Thumbnail Browser 1.14.0 (Aug 14, 2014)

  • Added overlay image alignments support for columns and items in Detail view
  • Added sub-item check boxes and radio buttons support
  • Added support for custom disabled check boxes and radio buttons
  • Fixed dragging empty selection when MultiSelect=False and user dragged item with Control key pressed

New in Better Thumbnail Browser 1.13.0 (Jul 7, 2014)

  • Added group expand buttons
  • Added item hiding feature
  • Fixed drawing of group header when the group is focused by keyboard

New in Better Thumbnail Browser 1.12.0 (May 19, 2014)

  • Fixed disappearing items after scrolling and item reordering in LargeIcon view with multi-line items

New in Better Thumbnail Browser 1.11.0 (Apr 23, 2014)

  • Added integration with Visual Studio 2013
  • Added custom date format support in BetterListViewDateTimePickerEmbeddedControl
  • Added ItemReordered event
  • Fixed FindItemsWithText method call when working with invisible items
  • Fixed saving form after editing tooltips in Windows Forms Designer

New in Better Thumbnail Browser 1.10.3 (Feb 4, 2014)

  • Fixed sorting of items with missing sub-items or Key set to null

New in Better Thumbnail Browser 1.10.2 (Oct 22, 2013)

  • Fixed pixel precision bug in column selection
  • Fixed proper scrolling on combined items using EnsureVisible method
  • Fixed drawing item selection on MouseUp in some cases (click directly on text of previously selected item in Details view)

New in Better Thumbnail Browser 1.10.1 (Sep 23, 2013)

  • Fixed search highlight in other than Details view

New in Better Thumbnail Browser 1.10.0 (Sep 11, 2013)

  • Fixed search highlight on multi-line items

New in Better Thumbnail Browser 1.9.6 (Aug 28, 2013)

  • Added HotTracking property
  • Added SmoothScroll property
  • Improved responsiveness (optimized control refreshing on control state transitions)
  • Fixed BetterListViewColumnHeader.DisplayIndex property value not being updated at the time of ColumnHeaderReordered event
  • Fixed bug in hit test invalidation optimization causing slower redrawing when mouse moves over large control with many items and columns

New in Better Thumbnail Browser 1.9.5 (Jul 8, 2013)

  • Fixed item deselection when clicking on client area

New in Better Thumbnail Browser 1.9.4 (Jun 27, 2013)

  • Fixed item selection by clicking on group header

New in Better Thumbnail Browser 1.9.3 (Jun 27, 2013)

  • Removed beep when no item is found though single keypress (keyboard search)
  • Fixed keyboard search

New in Better Thumbnail Browser 1.9.2 (Jun 27, 2013)

  • Fixed keyboard search with 'Substring' setting and single keystroke
  • Fixed rare but possible NullRefereceException in OnMouseUp method

New in Better Thumbnail Browser 1.9.1 (Jun 27, 2013)

  • SuspendSelectionChanged renamed to SuppressSelectionChanged
  • Fixed selection display when FullRowSelect is false in Details view
  • Fixed grid lines display when HeaderStyle is None in Details view
  • Fixed closing floating window in Samples Explorer

New in Better Thumbnail Browser 1.9.0 (Jun 27, 2013)

  • Added HScrollHeight, VScrollWidth properties
  • Fixed Visual Studio Toolbox integration on Windows XP

New in Better Thumbnail Browser 1.8.1 (Jun 27, 2013)

  • Fixed unnecessary redrawing during MouseMove

New in Better Thumbnail Browser 1.8.0 (Jun 27, 2013)

  • Fixed possible exception when invoking context menu on an item by mouse
  • Fixed multi-line text when TextTrimming is set to None
  • Fixed public constructor parameters being obfuscated

New in Better Thumbnail Browser 1.7.0 (Jun 27, 2013)

  • Added owner drawing support for drag selection
  • Added separate product activation utility

New in Better Thumbnail Browser 1.6.0 (Jan 23, 2013)

  • Fixed bug in activation request
  • Fixed unhandled exception on web request timeout when activating over web proxy

New in Better Thumbnail Browser 1.5.0 (Dec 14, 2012)

  • Added 'Search Highlight' feature
  • Added SearchHighlight, SearchHighlightColor, SearchHighlightBorderColor, SearchHighlightTextColor properties
  • Added BetterListViewSearchOptions.UpdateSearchHighlight enum value
  • Added BetterListViewSubItemBounds.BoundsSearchHighlight property
  • Fixed skipping files without extension when loaded by setting Path property
  • Fixed loading thumbnails of files with empty thumbnail tag
  • Fixed IndexOf() method on collections to return -1 if an element is not contained in the collection
  • Fixed case where clickable/sortable/unsortable column is clicked and mouse cursor moves quickly away
  • Fixed column auto resizing to account for groups
  • Fixed not allowing to put duplicate references in SelectedItems.Set(IEnumerable) or SelectedItems.AddRange(IEnumerable)