GeekArticles
Programming
Delphi
Programming
DelphiDictaSoft Layout Pack
This package is replacement for VCL TFlowPanel and TGridPanel.Main goal of the package is to escape from absolute positioning in form design and all induced inspired and mimics W3C CCS3 Template Layout to VCL TGridPanel, this control aligns children based on grid.Contrary to VCL TGridPanel that places only one child control to a grid cell, TGridLayoutPanel adds new additional concept a slot. Slots are placed into cells of the grid and can be spanned to several rows and/or columns. Slots can hold any number of child controls. But they are not windowed containers, so consider them as virtual panels.Children in a slot are aligned and sized according to slot flowdirection that could be vertical, horizontal or horizontal with wrapping to multiline. Last choice makes TGridLayoutPanel similar to VCL TFlowPanel.And this package could be used in Delphi 7 too. With margins support!The package is released under double license: free (GPL) and chargeable for commercial applications.Lean more and download it at hope this package will be helpful for yours work.
Sponsored Links
Related Topics
Subscribe via RSS
Delphi
- A load of ASP.NET related tutorials, articles, tips and tricks!
- How to move PageControl's tabs using drag'n'drop
- Charts in database applications
- Creating Components Dynamically (at Run-Time)
- The role of the "AOwner" parameter in the Create constructor
- Creating a roll up form (with animation)
- Poll: Do you already have some experience with Delphi?
- Creating a database from Delphi code
- TMemoBar - T(Custom)Memo extender
- How to click-and-select a line in TMemo
