IntegralUI TabControl (英語版) のリリース

Released: Dec 3, 2013

v3.0 での更新項目

  • TabControl with nested tabs, child tabs are shown under parent tab.
  • Serialization of styles now available.
  • Align tabs to left, center or right side.
  • Tooltips for command buttons.
  • Each tab can have a tooltip.
  • Nested child tabs can have different shape than their parents.
  • Create tree hierarchy of tabs during design time.
  • Accelerated scrolling, when scrolling among many tabs the scrolling speed increases.
  • TagString for TabPages.

Released: Aug 29, 2012

v2.1.7 での更新項目

  • Tabs are now repainted when mouse cursors leaves their space
  • GetPageAt and GetButtonAt methods now return correct page and button when tabs have internal padding set to greater value
  • Selecting of tabs is now corrected when tabs are placed in multiple lines and when placed on left/right side
  • Toolbar no longer becomes invisible when no tabs are present in current control view
  • Option to extend current color theme is now supported
  • Focus frame is now shown also in classic visual style
  • Fixed the issue...

Released: Dec 1, 2010

IntegralUI TabControl v2.1 での更新項目

  • Option to show tabs in hierarchy with ability to be shown in different sides. For this purpose the following properties are added:
    • TabStripPlacement, for each page to determine the side on which page tab will be shown
    • UseParentTabStripPlacement, which determines whether page can have their own setting of side or from its parent TabControl
    • Pages, a collection of child pages added to this page
    • ParentPage, determines the parent page of the current page in hierarchy
    • Expanded, determines whether page...

Released: Mar 9, 2010

IntegralUI TabControl v2.0 での更新項目

New Features:

  • Multiline tabs
  • Option to create tabs with rich content: text, images and hyperlinks in custom layouts
  • Predefined and Custom DragDrop operations
  • Content of page tab can be divided in multiple lines when resized
  • Option to change the color of drop marker

Bug Fixes:

  • The order of drawing page tab is fixed for Left/Right tab placement and TrapezoidalLeft/TrapezoidalRight shape
  • Repaint of borders during resize
  • During justified mode no longer is taken max tab width and apply it to all tabs...