Hi
I have a TabPage with AllowUserSetup = No
In this tabPage I have a grid with a RefrenceGroup containing 2 strings StreetName StreetID
The width of StreetName and StreetID is to small how can I adjust this?
But keeping the AllowUserSetup to NO so that the user can't adjust the form
info:
RefrenceGroup
width = Auto
height =Auto
I have tried to
- set the RefrenceGroup autodeclaration = true and adjust it's width in code (no change)
- set the RefrenceGroup width to 'column width' (no change)
- set the RefrenceGroup width to a value eg. 500 (no change)
- set the EDT of the strings StreetName StreetID to a higher value (no change)
Suitable solutions are:
- letting the user only adjust the width of the columns StreetName StreetID
- setting the width of StreetName StreetID to a fixed value eg. 250
- other fixes that I can't think of
Thanks in advance
Tomas
*This post is locked for comments
I have the same question (0)