cancel
Showing results for 
Search instead for 
Did you mean: 

Tableview cell padding

Former Member
0 Kudos

Hi,

do anyone know how to control the cell padding in a table view? Mainly when you put some controls on it (inputfields, dropdownlistboxes, etc), because by default the system puts about 5 o 6 pixels between the grid line and the controls...

Thanks

Ariel

Accepted Solutions (0)

Answers (2)

Answers (2)

maximilian_schaufler
Active Contributor
0 Kudos

Hi Ariel,

this is a style issue, there are tons of style sheet definitions, but also several ways to change it.

After a week full of (private) struggle I hope to finish my weblog about implementing custom design this week, maybe this will be of interest to you.

Max

Former Member
0 Kudos

Thanks Max,

I am also going to check the program that Craig points me.

regards,

Ariel

Former Member
0 Kudos

Also remember that there were problems with the tableView with SP's lower than 31.

Former Member
0 Kudos

Craig,

I am using WAS 620 with the last SP. I was checking the DEMO program (with iterators and other samples) and all this samples has this tedious 5 or 6 pixels of padding on the cells. Maybe the solution is to copu the DESIGN 2003 public folder and change the CSS for this cells..

Tell me if you have another solution or idea...

Thanks

Ariel

maximilian_schaufler
Active Contributor
0 Kudos

That's just the way I'm gonna describe in my weblog (together with some other hints).

Former Member
0 Kudos

Have you checked the SBSPEXT_TABLE BSP application example in SE80?