I am using AlphaControls 2010 v7.24 stable under Windows7 with Delphi 2010.
I need a transparent grid
– where it doesn't look like a grid/table is being used
– where the skin shows through as the background
I have a page in my app where the top half is 5 rows, 6 columns of statistics that are calculated at load time.
Underneath the stats is a string grid (using TMS Adv String Grid) of the data from which the stats are derived.
I do not want the top stats to look like they are contained in a grid, it makes the page look too cluttered.
Previously in this app I have used labels which look great but are now giving me a headache because I am trying to make the app resizable.
Any help or suggestions would be appreciated.
I have TMS Grids and Virtual Treeview installed if they can help.
Thanks.