...OverView

Category: Controls - MLG

Date: 02-16-2022

Return to Index


 
'My Little Grid (MLG) is a small, lightweight Windows 32-bit grid control which was 
'designed with PowerBASIC DDT in mind.
 
'Files:  mlg.dll 
'        mlg.inc
'        mlg.sll
 
'Max Rows   5K (freeware)     2M (Paid)
'Max Cols   2K (freeeware)    2K (Paid)
'Max Sheet  3 (freeware       255(Paid
 
'Features:
   'Cell Justify: Left, Right, Center
   'Cell Data:  Strings, Dates, Numbers (formatting options)
   'Cell Types: Text, CheckBox, ComboBox
   'Cell Text Length control
   'Cell Case control
   'Cell Color control (FG/BG)
   'Cell Highlighting
   'Cell Fonts/Sizes
 
   'WriteLock
   
   'Context Menu (user-defined)
   'User Data (record number)
   
   'Auto Row Append Mode
   'Manual Resize Columns and Rows
   'Flexible Enter Key and Tab Key actions
   'Row/Column Headers (can be hidden)
   'Select Entire Rows and Columns
 
   'Split Grid in 4 Panes
   'Freeze thePanes
 


created by gbSnippets
http://www.garybeene.com/sw/gbsnippets.htm