<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://aspadvice.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Nevron News : uml diagram, C#</title><link>http://aspadvice.com/blogs/nevron_news/archive/tags/uml+diagram/C_2300_/default.aspx</link><description>Tags: uml diagram, C#</description><dc:language>en</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Nevron Diagram for .NET Q1 2008 - Released</title><link>http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx</link><pubDate>Wed, 11 Jun 2008 14:16:00 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:43048</guid><dc:creator>nevron</dc:creator><slash:comments>0</slash:comments><comments>http://aspadvice.com/blogs/nevron_news/comments/43048.aspx</comments><wfw:commentRss>http://aspadvice.com/blogs/nevron_news/commentrss.aspx?PostID=43048</wfw:commentRss><description>&lt;p&gt;&lt;a href="http://nevron.com/Products.DiagramFor.NET.Overview.aspx"&gt;&lt;b&gt;Nevron Diagram&lt;/b&gt;&lt;/a&gt; has been designed from the ground up to meet a vast number of customization and extensibility requests. Built on top of the solid Model - View - Controller architecture it will provide your applications with consistent, intelligent and powerful diagramming abilities. Nevron Diagram for .NET is a unique component, since it integrates state-of-art vector and raster 2D graphics technologies and wraps them in an easy to use - yet completely customizable framework. As a result your applications can easily reuse it to instantly gain significant advantage in visual impact and intelligence. Following is a list of the new features introduced in this release: &lt;/p&gt;&lt;p&gt;&lt;img width="230" src="http://www.nevron.com//images-newsletter/example/DiagramQ12008.png" height="230" style="width:230px;height:230px;" /&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Support for inward&amp;ndash;outward port connections.&lt;/b&gt; &lt;br /&gt;In this release we have implemented support for inward-outward ports. This feature lets you interactively glue an outward port to inward port. When an outward port of a shape is connected to an inward port, the shape will translate and rotate together with the shape owning the inward port. The translation aims to match the outward port location to the inward port location. The rotation aims to match both ports direction angles. For each type of port we have provided an extensive set of predefined modes in which a port can automatically determine its direction angle. Custom (user specified) direction angles are supported by all ports. This feature is extremely useful for interactive construction of connected shapes structures without edges. For example: in a floor plan diagram you can have a table with 4 inwards ports designated for the possible places where chairs can be placed. Chairs can have a single outward port. The placement of the chairs around the table is then a matter of simple drag and drop &amp;ndash; Nevron Diagram will perform the snapping and glueing of the chairs to the table for you. When you move, rotate or resize the table the chairs will stay on their places. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Powerful support for graph, tree and cells layouts.&lt;/b&gt; &lt;br /&gt;In this release we have added enterprise quality support for automatic layouts. The layouts are generally grouped in the following categories: &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Graph Layouts&lt;/b&gt; &amp;ndash; perform automatic arrangement of graph vertices and edges. Included the following layouts: &lt;br /&gt;&lt;b&gt;Force Directed Layouts&lt;/b&gt; - barycenter, spring and symmetrical. The implementation provides supports for lots of supplemental data provided on per edge and vertex basis. It addresses issues like magnetic fields, gravity force and vertex overlapping. The performance is significantly optimized due to the use of local temperatures. The overall quality of drawing is also improved because of the used global cooling method. It is suitable for any type of graph. Produces straight line graph drawings. &lt;br /&gt;&lt;b&gt;Layered Graph Layout&lt;/b&gt; &amp;ndash; represents a classical implementation, which layouts a graph in layers. The layout addresses issues like crossing and bending minimization. It is suitable for any type of graph. Produces polyline graph drawings. &lt;br /&gt;&lt;b&gt;Orthogonal Graph Layout&lt;/b&gt; &amp;ndash; represents a layout, which draws a graph only with horizontal or vertical line segments. The layout addresses issues like crossing minimization, bends minimization and overall compactness of the drawing. It is suitable for any type of graph. Produces orthogonal graph drawings. &lt;br /&gt;&lt;b&gt;Radial Graph Layout&lt;/b&gt; - represents a layout, which draws a graph in radial circles. It is suitable for any type of graph. Produces straight line graph drawings. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Tree Layouts&lt;/b&gt; &amp;ndash; perform automatic arrangement of tree vertices and edges &lt;br /&gt;&lt;b&gt;Layered Tree Layout&lt;/b&gt; &amp;ndash; layouts a tree in layers. The layout addresses the breadth compaction of the drawing. Produces straight line and orthogonal tree drawings. &lt;br /&gt;&lt;b&gt;Compact Depth Tree Layout&lt;/b&gt; &amp;ndash; layouts a tree with minimal depth. The layout also addresses the breadth compaction of the drawing. Produces straight line and orthogonal tree drawings. &lt;br /&gt;&lt;b&gt;Tip Over Tree Layout&lt;/b&gt; - layouts a tree by placing children in either a row or a col. The row column children placement is controlled on a per vertex basis. Addresses the overall compaction of the drawing. Produces orthogonal tree drawings. &lt;br /&gt;&lt;b&gt;Balloon Tree Layout&lt;/b&gt; &amp;ndash; layouts the tree in by placing the vertex children in a circular fashion. Addresses the overall compaction of the drawing. Produces straight line tree drawings. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Cell Layouts&lt;/b&gt; &amp;ndash; perform automatic arrangement of the vertices of a graph &lt;br /&gt;&lt;b&gt;Stack Layout&lt;/b&gt; - represents a directed constrained cells layout, which stacks the cells in horizontal or vertical order. Depending on the layout direction the layout is constrained by either width or height. &lt;br /&gt;&lt;b&gt;Flow Layout&lt;/b&gt; - represents a directed constrained cells layout, which arranges the cells in horizontal or vertical lanes. &lt;br /&gt;&lt;b&gt;Dock Layout&lt;/b&gt; &amp;ndash; represents space eating cells layout, which places vertices at per-vertex specified docking areas of the currently available layout area. Table Layout - represents a directed constrained cells layout, which arranges cells in a tabular manner. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;b&gt;Dynamic image map in AJAX mode&lt;/b&gt; &lt;br /&gt;In Q1 2008 Nevron web components now support a dynamic image map that can be automatically updated at the client on every callback. The developer has control over when the image map is generated when is and updated on the client. The dynamic image map allows client side filtering of mouse events and prevents unnecessary callbacks for server side hit testing. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Controller-Tools Architecture in AJAX mode&lt;/b&gt; &lt;br /&gt;Controller and tools are added to the Nevron client side JavaScript framework. All mouse events are now processed by the controller, which allows for implementing complex mouse handling logic and combining callback event processing with pure client side event processing. &lt;/p&gt;&lt;p&gt;&lt;b&gt;New AJAX tools&lt;/b&gt; &lt;br /&gt;Based on the controller-tools architecture, the following tools were added: - Click, double click, mouse down, mouse up, mouse move, mouse over and mouse out callback tools &amp;ndash; intercept the mouse events and route them to the server for processing; - Dynamic cursor tool&amp;ndash; changes the mouse cursor over interactive visual elements; - Redirect tool&amp;ndash; redirects the browser to a specified URL when interactive visual elements are clicked; - Tooltip tool&amp;ndash; displays tooltips over interactive visual elements. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Print Manager for Web Forms&lt;/b&gt; &lt;br /&gt;None of the most popular web browsers is capable of printing really large images. Nevron .NET Vision Q1 2008 introduces a new HTTP handler that generates HTML, suitable for printing. &lt;/p&gt;&lt;p&gt;&lt;b&gt;Future Improvements&lt;/b&gt; &lt;br /&gt;The following list includes the improvements currently being developed in Nevron Diagram. Since they are beyond the scope of a single quarterly release, they will be embedded in the diagram when completely tested and implemented. &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;Pages&lt;/b&gt; &lt;br /&gt;The diagram component will support pages. Each page will support different logical and display units, layers etc. The page will be controlled by a formula sheet. &lt;/li&gt;&lt;li&gt;&lt;b&gt;Formula Shapes&lt;/b&gt; &lt;br /&gt;Nevron diagram will support formula shapes. More details on this feature will be published additionally. &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Free, fully functional evaluation version is available for &lt;a href="http://nevron.com/Downloads.Download.aspx?key=Diagram"&gt;&lt;b&gt;Dowload&lt;/b&gt;&lt;/a&gt; &lt;/p&gt;&lt;p&gt;&lt;b&gt;System / Platform Requirements&lt;/b&gt; &lt;br /&gt;32-bit Windows Operating System (WIN 95, WIN 98, NT4.0, Win2000, Win2003 or WinXP) with installed .NET framework 1.0 or 2.0. Note that the WebForms control will work only on machines with installed IIS (Internet Information Services). &lt;br /&gt;256 megabytes of RAM (128 or higher megabytes recommended) &lt;br /&gt;250 MB hard disc space. &lt;br /&gt;Super VGA video card or higher. Graphics hardware acceleration recommended for WinForms applications. &lt;br /&gt;Visual Studio .NET &lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx&amp;amp;;subject=Nevron+Diagram+for+.NET+Q1+2008+-+Released" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx&amp;amp;;title=Nevron+Diagram+for+.NET+Q1+2008+-+Released" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx&amp;amp;title=Nevron+Diagram+for+.NET+Q1+2008+-+Released" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx&amp;amp;;title=Nevron+Diagram+for+.NET+Q1+2008+-+Released" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx&amp;amp;;title=Nevron+Diagram+for+.NET+Q1+2008+-+Released&amp;amp;;top=1" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2008/06/11/Nevron-Diagram-for-.NET-Q1-2008-_2D00_-Released.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://aspadvice.com/aggbug.aspx?PostID=43048" width="1" height="1"&gt;</description><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net/default.aspx">.net</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+diagram+control/default.aspx">.net diagram control</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/asp.net+diagram/default.aspx">asp.net diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/webforms/default.aspx">webforms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/windows+forms/default.aspx">windows forms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/flow+chart/default.aspx">flow chart</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/control/default.aspx">control</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/component/default.aspx">component</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/shape/default.aspx">shape</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/uml+diagram/default.aspx">uml diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+gui/default.aspx">.net gui</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/winforms/default.aspx">winforms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+diagram/default.aspx">.net diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/winforms+controls/default.aspx">winforms controls</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+diagram+component/default.aspx">.net diagram component</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+component/default.aspx">.net component</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/flowchart/default.aspx">flowchart</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/VB.NET/default.aspx">VB.NET</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/diagram/default.aspx">diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/drawing/default.aspx">drawing</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/diagramming/default.aspx">diagramming</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/web+forms/default.aspx">web forms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/ui+.net_26002300_168_3B00_+diagram_26002300_168_3B00_+diagram/default.aspx">ui .net&amp;#168; diagram&amp;#168; diagram</category></item><item><title>Nevron .NET Vision Q2 2007 now available - AJAX Support, Gauges and many more</title><link>http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx</link><pubDate>Fri, 17 Aug 2007 14:12:00 GMT</pubDate><guid isPermaLink="false">e709ad4c-0c15-48eb-915e-c462c6e85445:33960</guid><dc:creator>nevron</dc:creator><slash:comments>2</slash:comments><comments>http://aspadvice.com/blogs/nevron_news/comments/33960.aspx</comments><wfw:commentRss>http://aspadvice.com/blogs/nevron_news/commentrss.aspx?PostID=33960</wfw:commentRss><description>&lt;p&gt;&lt;img width="230" src="http://www.nevron.com//images-newsletter/example/VisionQ22007.png" alt="Nevron .NET Vision" height="230" style="width:230px;height:230px;" title="Nevron .NET Vision" /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://nevron.com/Products.Nevron.NETVision.Overview.aspx"&gt;&lt;b&gt;NET Vision Q2 2007 Released!&lt;/b&gt;&lt;/a&gt; We are pleased to announce the new Q2 2007 release of the .NET Vision Suite. The new version introduces AJAX support for Web Forms, New Charting Types, Gauges for .NET, Improved Grid and Mesh Surface, Data Binding with Custom Data Sources, New Diagram Shapes, ListView control, Rotator control, Gallery Panel and more.&lt;br /&gt;With the new version of the .NET Vision controls suite and the new set of Gauges you will be able to build professional Dashboards, add stunning visualization capabilities and functionality to your new or existing projects, speed up your development and meet your project deadlines.&lt;/p&gt;&lt;p&gt;&lt;a href="http://nevron.com/Products.ChartFor.NET.WhatsNew.aspx"&gt;&lt;b&gt;What&amp;#39;s New in Nevron Chart for .NET Q2 2007&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;img width="230" src="http://www.nevron.com//images-newsletter/example/ChartQ22007.png" alt="Nevron Chart for .NET" height="230" style="width:230px;height:230px;" title="Nevron Chart for .NET" /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q2 2007 introduces:&lt;/p&gt;&lt;p&gt;&lt;b&gt;AJAX Support for Web Forms&lt;/b&gt;&lt;br /&gt;Nevron Chart for .NET Q2 2007 now supports ASP.NET 2.0 AJAX 1.0. Nevron web controls allow AJAX callback handling of the following mouse events: click, double click, move, down and up. Also, the web controls can be forcibly refreshed at client-side and auto-refresh feature is available.&lt;/p&gt;&lt;p&gt;&lt;b&gt;New Charting Types&lt;/b&gt;&lt;br /&gt;Triangulated Surface series - this charting type can display a set of points with X, Y and Z coordinates as a 3D surface. In contrast to the Mesh Surface chart, the Triangulated Surface doesn&amp;#39;t require the points to be ordered in a network. The control creates a triangular network automatically.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Improved Grid Surface and Mesh Surface&lt;/b&gt;&lt;br /&gt;Grid Surface and Mesh Surface series now support smooth shading.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Data Binding with Custom Data Sources&lt;/b&gt;&lt;br /&gt;The chart now supports data binding with custom data sources that implement the IBindingList and (optionally) the ITypedList interfaces.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Gauges for .NET&lt;/b&gt;&lt;br /&gt;The component introduces new linear and radial gauge panels allowing you to display virtually any linear or radial gauge. Gauge features include multiple indicators, multiple gauge axes, intelligent gauge scale decorations and many more. The gauges in Nevron Chart for .NET use extensively the Nevron Smart Shape technology as well as the Nevron Scale technology. Developers familiar with chart scale programming will find the new gauge axis API very easy and straightforward.&lt;/p&gt;&lt;p&gt;&lt;a href="http://nevron.com/Products.DiagramFor.NET.WhatsNew.aspx"&gt;&lt;b&gt;What&amp;#39;s New in Nevron Diagram for .NET Q2 2007&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;img width="230" src="http://www.nevron.com//images-newsletter/example/DiagramQ22007.png" alt="Nevron Diagram for .NET" height="230" style="width:230px;height:230px;" title="Nevron Diagram for .NET" /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q2 2007 introduces:&lt;/p&gt;&lt;p&gt;&lt;b&gt;AJAX Support for Web Forms&lt;/b&gt;&lt;br /&gt;Nevron Diagram for .NET Q2 2007 now supports ASP.NET 2.0 AJAX 1.0. Nevron web controls allow AJAX callback handling of the following mouse events: click, double click, move, down and up. Also, the web controls can be forcibly refreshed at client-side and auto-refresh feature is available.&lt;/p&gt;&lt;p&gt;&lt;b&gt;New shapes&lt;/b&gt;&lt;br /&gt;- Food shapes - included are 22 shapes related to food. &lt;br /&gt;- Weather shapes - included are 26 shapes related to weather.&lt;/p&gt;&lt;p&gt;&lt;a href="http://nevron.com/Products.UserInterfaceFor.NET.WhatsNew.aspx"&gt;&lt;b&gt;What&amp;#39;s New in Nevron User Interface for .NET Q2 2007&lt;/b&gt;&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;img width="230" src="http://www.nevron.com//images-newsletter/example/UIQ22007.png" alt="Nevron User Interface for .NET" height="194" style="width:230px;height:194px;" title="Nevron User Interface for .NET" /&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Q2 2007 introduces:&lt;/p&gt;&lt;p&gt;&lt;b&gt;Gallery Panel&lt;/b&gt;&lt;br /&gt;The NGalleryPanel is an item-container control which mimics the Microsoft&amp;reg; Office 2007 galleries. 4 different types of item layout are provided so that the panel may be used as an extended list-box or list-view. Based on the Nevron generic UI element, the NGalleryItem component is highly customizable in each aspect of visual representation, including rich texts, alpha-blended images, custom item size, etc.&lt;/p&gt;&lt;p&gt;&lt;b&gt;ListView&lt;/b&gt;&lt;br /&gt;The NListView extends the standard Windows Forms ListView control and adds missing features like complete control over header and header items, alternating rows, column sorting, sorted column glyph, sorted column shading, custom scrollbars, etc.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Rotator&lt;/b&gt;&lt;br /&gt;The NRotator is a very useful control which brings the popular &amp;quot;Rotator&amp;quot; feature from ASP.NET to your Windows Forms. The control contains a collection of frames where each frame is described by a generic UI element providing complete control over visual appearance, image and text. The well-designed set of properties will enable you with fine-tune control over frame duration, animation speed, animation direction plus much more.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Command Bars &amp;ndash; ImageTextRelation&lt;/b&gt;&lt;br /&gt;Provides complete control over the image and text entities of an NCommand object by specifying the ImageTextRelation property of its parent.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Task Dialog - Radio Buttons&lt;/b&gt;&lt;br /&gt;The NTaskDialog is further extended and now it supports a set of radio-buttons for richer user experience. The radio buttons are layouted just below the Content section of the dialog.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Docking Panels - Sizing Restrictions&lt;/b&gt;&lt;br /&gt;Nevron Docking Panels are now enabled with sizing restrictions in floating state. You may alter the MinimumSize, MaximumSize and Sizable properties of a floating container directly.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Docking Panels - Visual Tab Navigation&lt;/b&gt;&lt;br /&gt;Nevron Docking Panels are the only Docking Library which enables you with the advanced CTRL+TAB visual navigation found in Microsoft&amp;reg; Visual Studio 2005. Pressing Ctrl+Tab will display a NPopup containing two gallery panels - one containing all active docking panels and one containing all active documents. Optionally this feature may be turned on and off via the VisualTabNavigation property of an NDockManager. You may also change the shortcut which triggers the pop-up.&lt;/p&gt;&lt;p&gt;&lt;b&gt;Navigation Pane - Expand/Collapse&lt;/b&gt;&lt;br /&gt;The NNavigationPane is extended with the Collapse/Expand feature found in Microsoft&amp;reg; Office 2007. By clicking the button on the caption of the pane you toggle its state. When the pane is collapsed you may display the currently active band by clicking in the area below the caption and above the buttons stack.&lt;/p&gt;&lt;p&gt;&lt;a href="http://nevron.com/Downloads.Download.aspx?key=DotNetVision"&gt;&lt;b&gt;Download Evaluation Now&lt;/b&gt;&lt;/a&gt; &lt;/p&gt;
&lt;div class = "shareblock"&gt;&lt;strong&gt;Share this post:&lt;/strong&gt; &lt;a href = "mailto:?body=Thought you might like this: http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx&amp;amp;;subject=Nevron+.NET+Vision+Q2+2007+now+available+-+AJAX+Support%2c+Gauges+and+many+more" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx"&gt;email it!&lt;/a&gt; |  &lt;a href = "http://del.icio.us/post?url=http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx&amp;amp;;title=Nevron+.NET+Vision+Q2+2007+now+available+-+AJAX+Support%2c+Gauges+and+many+more" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx"&gt;bookmark it!&lt;/a&gt; |  &lt;a href = "http://www.digg.com/submit?url=http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx&amp;amp;;phase=2" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx"&gt;digg it!&lt;/a&gt; |  &lt;a href = "http://reddit.com/submit?url=http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx&amp;amp;title=Nevron+.NET+Vision+Q2+2007+now+available+-+AJAX+Support%2c+Gauges+and+many+more" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx"&gt;reddit!&lt;/a&gt; |  &lt;a href = "http://www.dotnetkicks.com/submit/?url=http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx&amp;amp;;title=Nevron+.NET+Vision+Q2+2007+now+available+-+AJAX+Support%2c+Gauges+and+many+more" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx"&gt;kick it!&lt;/a&gt; |  &lt;a href = "https://favorites.live.com/quickadd.aspx?marklet=1&amp;amp;;mkt=en-us&amp;amp;;url=http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx&amp;amp;;title=Nevron+.NET+Vision+Q2+2007+now+available+-+AJAX+Support%2c+Gauges+and+many+more&amp;amp;;top=1" target="_blank" title = "Post http://aspadvice.com/blogs/nevron_news/archive/2007/08/17/Nevron-.NET-Vision-Q2-2007-now-available-_2D00_-AJAX-Support_2C00_-Gauges-and-many-more.aspx"&gt;live it!&lt;/a&gt;&lt;/div&gt;&lt;img src="http://aspadvice.com/aggbug.aspx?PostID=33960" width="1" height="1"&gt;</description><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+ui/default.aspx">.net ui</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/mesh/default.aspx">mesh</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/float/default.aspx">float</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net/default.aspx">.net</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+diagram+control/default.aspx">.net diagram control</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/stock/default.aspx">stock</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/asp.net+diagram/default.aspx">asp.net diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/webforms/default.aspx">webforms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/area/default.aspx">area</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/windows+forms/default.aspx">windows forms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/flow+chart/default.aspx">flow chart</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/control/default.aspx">control</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/component/default.aspx">component</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/bubble/default.aspx">bubble</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/shape/default.aspx">shape</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+charting/default.aspx">.net charting</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/tabbed+mdi/default.aspx">tabbed mdi</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/uml+diagram/default.aspx">uml diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+gui/default.aspx">.net gui</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+chart/default.aspx">.net chart</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/winforms/default.aspx">winforms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/bar/default.aspx">bar</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+user+interface/default.aspx">.net user interface</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/user+interface+.net/default.aspx">user interface .net</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/polar/default.aspx">polar</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+diagram/default.aspx">.net diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+toolbar/default.aspx">.net toolbar</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/command+bars/default.aspx">command bars</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/winforms+controls/default.aspx">winforms controls</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+diagram+component/default.aspx">.net diagram component</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+component/default.aspx">.net component</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/flowchart/default.aspx">flowchart</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/pie/default.aspx">pie</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/candlestick/default.aspx">candlestick</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/docking+window/default.aspx">docking window</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/gantt/default.aspx">gantt</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/chart+.net/default.aspx">chart .net</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/VB.NET/default.aspx">VB.NET</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/.net+menu+control/default.aspx">.net menu control</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/ui+.net/default.aspx">ui .net</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/user+interface+components/default.aspx">user interface components</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/point/default.aspx">point</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/diagram/default.aspx">diagram</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/drawing/default.aspx">drawing</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/diagramming/default.aspx">diagramming</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/docking+panels/default.aspx">docking panels</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/web+forms/default.aspx">web forms</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/chart/default.aspx">chart</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/surface/default.aspx">surface</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/dockable+windows/default.aspx">dockable windows</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/gui+.net/default.aspx">gui .net</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/line/default.aspx">line</category><category domain="http://aspadvice.com/blogs/nevron_news/archive/tags/aspx/default.aspx">aspx</category></item></channel></rss>