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

Released: Dec 4, 2013

v3.0 での更新項目

  • TabControl with nested tabs, child tabs are shown under parent tab.
  • Expander with vertical header and horizontal expand.
  • SplitContainer now splits content using multiple tabs.
  • Serialization of styles for all container controls.
  • Create groups and items with rich content in all Navigator controls.
  • Align tabs to left, center or right side in TabControl.
  • Tooltips for command buttons.
  • Each tab can have a tooltip.
  • Show/hide Swap Panels Button in SplitContainer.
  • Right to Left for all container controls...

Released: Aug 30, 2012

v2.1.7 での更新項目

  • RichContentControl - new control, presents multiple pages of various objects arranged in custom layouts using HTML tags
  • 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...

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...