Hello,
I want to use Delphi's 2009 TGridPanel, but I don't understand how to use it correctly.
For example, I want to have a GridPanel with 4 columns which should have each 25% percent of the GripPanels width.
So I put a GripPanel on the form and add 4 ColumnItems. I give the column items SizeStyle ssPercent, and now I try to give each ColummItem a Value of 25 (ober the object inspector). But for some reasons the object inspector doesn't accept the value 25. It's automatically changed to something like '23,8095238095238'. Could somebody explain me in short how to use this components? Thanks!