NetAdvantage for Windows Forms
关于本产品的分类与介绍仅供参考,具体以商家网站介绍为准。
产品介绍 下 载 价格与授权 更新记录 开 发 商 技术支持

产品更新 Product Update

版本历史:
WinGrid - Enhanced

  The data grid control has been enhanced significantly in this release, with perhaps no feature standing out more than the new row edit template support many of our developers have been asking for.
  • Row Edit Templates
  • Rotating Column Headers
  • CardView Display Printing
  • IME Mode at the Column-Level
WinValidator™ - NEW!

  Validating Windows Forms controls has always taken at least some coding, and has never been as easy as validating an ASP.NET control where built-in validation has been a feature of the platform for some time. In Windows Forms, you had to add code to the OnValidating event of your control, and this would make for a lot of entangled code if you're validating several controls at once. WinValidator is a new extra in the Win.Misc assembly that helps you define crisp, clear validation constraints and then handles all the necessary processing.
WinValidator supports the following kinds of validation conditions:
  • Operator - Performs arbitrary comparisons (equals, less than, etc.) between the value entered and a value you specify
  • Range - Verifies the value entered is within the range of a minimum and maximum value you define
  • List - Ensures a value input by the user exists within some list of items you supply
  As an extender control, WinValidator works with any Windows Forms control by attaching itself through the control's Validating event. But a benefit of using WinValidator with other Infragistics embeddable editors is that you have the option to cause your ValidationTrigger to happen during the PropertyValueChanged event, instead.

  WinValidator is also flexible in how it notifies users of invalid data entry through its NotificationSettings, so you can display anything from an error icon to a balloon tip to a dialog box replete with helpful explanatory text. Read Using WinValidator for further information on this exciting new extender control.

WinCheckEditor™ and WinOptionSet™ - NEW Custom Glyph Designer

  Not all checkboxes are created equal, so when you want checkboxes and radio buttons that can display with a Microsoft® Office 2007-style or some custom style you define on your own then you need to turn to the checkboxes and radio buttons in our WinEditors™. This release includes a new designer wizard that guides you, step-by-step, through setting up the glyphs used by these two frequently-used editor controls. With custom glyph styles, you can show the types of checkmarks that you want to see in WinGrid as shown here.

WinCombo™ - NEW Google® Suggest Mode

  One of the new and innovative ideas on the Web is the ability to suggest values in a drop-down list to autocomplete text typed into a combo box, often used in search. Its applications shouldn't be confined to the Web, so NetAdvantage for Windows Forms 2008 Vol. 2 brings it to the WinComboEditor™ to allow you to use this new suggest feature in your desktop applications. Like all of our embeddable editors, you can embed this into WinGrid to provide this sophisticated drop-down suggest behavior that your users will surely appreciate when facing a long list of possible choices.

  It's easy to enable this new suggest functionality, all you have to do is set the AutoCompleteMode to your desired suggest mode. See the Suggest Possible Values walkthrough for complete details.

WinDockManager™ - Adds Visual Studio® 2008 Docking Style

  Visual Studio 2008 introduced developers to a new docking pane style that has now been added to the WinDockManager in NetAdvantage for Windows Forms 2008 Vol. 2 to allowing you to give your users this same look and feel. This new style is accessible through setting the CaptionStyle and WindowStyle properties to the new enumeration constant, VisualStudio2008.

  You can even empower users with the live preview functionality in the new Visual Studio 2008 look and feel by showing or hiding the preview in the control's navigator to appear in any of the following NavigatorStyles:
  • Default - based on the WindowStyle
  • VisualStudio2005 - Visual Studio 2005 style navigator dialog
  • VisualStudio2008XP - Visual Studio 2008 style navigator dialog, as seen on the Windows® XP operating system.
  • VisualStudio2008Vista - Visual Studio 2008 style navigator dialog, as seen on the Windows Vista™ operating system.
(Hint: We even allow you to show the navigator in Visual Studio 2005 style by setting the IsPreviewVisible property to True.)

WinChart™ - Adds Tree Map Chart Type

  NetAdvantage for Windows Forms 2008 Vol. 2 has added the tree map chart type to WinChart. Tree maps are used to display large hierarchical data sets as nested rectangles, where the size of these rectangular regions correlate proportionately to the importance of the data point the rectangle represents. They are also sometimes referred to as heat map charts, although WinChart already has a separate chart type for measuring heat and other intensities over a continuous area or 3-D surface which is different from the tree map. Real world examples of tree map charts include maps of the stock market or hard disk defragmenting utilities.

  Tree map visualizations are useful anytime your data series has a hierarchical aspect. It is also used in situations where you might elect to use a pie or doughnut chart, because the size of its rectangular regions map to data values in much the same way that pie slice size depicts a data value. In a tree map, several levels-of-detail can be visible at the same time. However, in other chart types the user would need to drill down to get more detailed data so the immediacy of a tree map visualization is a significant advantage in this regard.

专家咨询