UIStudio (for WinForms) 2.0.0082 Maintenance Release

Announcements Forum

Posted 17 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
A new UIStudio (for WinForms) maintenance release is now available. Updates include:

Dock Controls / TabStrip
  • Added the TabStrip.TabsAlignNear property, which controls whether tabs align to the near side (left, top) of the tab container. Set this property to false to align to the far side (right, bottom).
  • Added the DockManager.TabbedMdiTabsAlignNear property which controls how the TabStrip.TabsAlignNear functionality is applied to the tabbed MDI tabs.
  • Made the Tool Windows designer form sizable.
  • Added a TabbedMdiWindow.DefaultSize override to provide a non-zero default size.
  • Fixed a bug where when mouse selecting an auto-hidden tool window in next window navigation, sometimes the tool window would auto-hide when the navigation window disappeared.
  • Fixed a bug where setting all the CanDock properties on a ToolWindow to false still showed an enabled Dockable option on the ToolWindow's context menu.
  • Fixed a bug where using the Close All But This menu item could close TabbedMdiWindows with CanClose = false.
Bar Controls
  • Added code so that if a mouse button is pressed when the Alt key is down, the main menu will not activate when the Alt key is released.
  • Fixed a bug where displaying a menu with hidden command links would still display the command links in a certain scenario.
  • Fixed a bug in BarComboBoxCommand where the setting of SelectedIndex might not refresh the control's value in some cases.
  • Fixed a bug in BarComboBoxCommandLink where using the arrow keys to select items in the drop-down list didn't update the textbox.
Miscellaneous
  • Removed code signing by default on assemblies due to issues with how Microsoft's code causes assembly loading delays on newer operating systems like Vista in a certain scenario. Code signed assemblies are available in CodeSigned child folders within the Program Files folders for the assemblies.
  • Updated the WinUICore/Shared libraries.


Actipro Software Support