New software
iPod Encoder Directshow Filter
Serial Port Control
Client/Server Comm Lib for C/C++
iGrid Control
Audio Formats SDK
Advanced WiFi-Manager
DAC for MySQL
PDF Link COM Component
Polyglot 3000
Metadefender
HTML-to-RTF Pro DLL .Net
Editor.NET
Elecard Codec .NET SDK G4
Gantt Chart Library
PDF Focus .Net
WinI2C-DDC
WiFi-Manager
PDF Secure COM Component
PDF Image Stamp COM Component
Html2image Linux
Elecard Codec SDK G4
GdImageBox OCX
.NET Mail Components
GdViewer Pro ActiveX - Site License
Libexcel library for MS Visual C++ 2008
Top software
.NET WebDailyCalendar
Advanced WiFi-Manager
Barcode scanner driver for 1C
dbExpress driver for Oracle
Edit Mask
Face Recognition ActiveX DLL
HS COM
HXTT Excel
IC Imaging Control
Kellerman .NET FTP
Luxand FaceSDK
Manco.Chart for WPF
NUnit Test Generator
pb2xls
RadarCube OLAP ASP.NET Direct
RADvolution Designer - Standard Edition
Rich-Text-Editor.NET
RTF-to-HTML DLL .Net
TCAD for Delphi.BCB.Kylix.DotNET
Universal Software Oscilloscope Library
VeriFinger Standard SDK Trial
VintaSoftTwain.NET Library
Vivid Report Free for Delphi 6
Websites Screenshot DLL
Java Barcode Reader
10Tec iGrid.NET 1.70
- format each cell independently as well as the whole column at once,
- create a message preview like in MS Outlook,
- build tree-like interfaces,
- freeze rows and columns,
- design multi-row headers with merged header cells,
- make scroll bars semi-transparent,
- add custom buttons to scroll bars,
- display custom drop-down controls,
- edit multi-row text,
- save and restore column layout,
- dynamically adjust contents of group rows,
- and do a lot of other things.
iGrid.NET fully supports right-to-left mode (for such languages as Hebrew or Arabic). To put iGrid.NET in this mode, it is enough to set its RightToLeft property to True.
The vast majority of iGrid.NET's settings can be done in design-time - you can populate and format the entire grid practically the way you need in Visual Studio IDE before you compile and launch your project.
Simple access to the cells, columns, rows, and header cells makes iGrid.NET nice to work with. You can use for-each statement to enumerate all the cells, rows, columns. Also you can enumerate the cells of a row or column. The string keys make it easier to access quickly any required row, column, or cell. If you need to format an individual cell, you can define a cell style object with required formatting and apply it to this cell. But there is a simpler way when you format a cell through its properties:
iGrid1.Cells[1, 2].BackColor = Color.Magenta;
iGrid1.Cells[1, 2].ForeColor = Color.White;
iGrid1.Cells[1, 2].Font = new Font("Tahoma", 8, FontStyle.Bold);




Archive: All Software