Thursday, November 20, 2008       Register      Login
   

"Comparison of SmartLayouts with the .NET built-in layout managers"

SmartLayouts is a powerful layout manager for Windows forms on the .NET platform to ease the design and development of GUI. It helps in arranging various winforms GUI elements and controls the behaviour of those elements when the form is resized or repositioned. GUI designing is often unnecessarily time-consuming and annoying part of software development. Good layout would require manual coding for repositioning and resizing of controls for various resolutions. if you need to change your GUI in the long run, your work increases exponentially. .NET built-in layout managers are insufficient for any professional GUI development. SmartLayouts fills the gap left by .NET platform. Unlike many similar solutions, it is natural and unobtrusive. Your form design flow remains same and adding SmartLayouts to your form is very easy. The result is resolution-independent, maintainable GUI within the least possible time.

Easiest Layout Manager

See the Video below.

SmartLayouts is the easiest layout manager available on the .NET platform. Adding the layout manager to achieve satisfying result requires only a few commands. See yourself to find out how.

Play

Low Maintenance Layout

See the Video below.

SmartLayouts controlled layout requires less effort to maintain GUI. Change of the form design requires simple drag-drops and the layout adjusts itself for new controls. In the following demonstration video, we change the form to add some controls and change the position of original controls.

Play

Powerful Layout Manager

SmartLayouts is a powerful layout manager. Even the most complex forms with complex behavior can be created using it. We are showing a form below which has been laid out using SmartLayouts. It's a real world example and its contents are taken from the options dialog of an application "Wireshark".

Privacy Statement      Terms Of Use      Copyright 2008 by Smart Components