Link to home
Start Free TrialLog in
Avatar of Victor  Charles
Victor CharlesFlag for United States of America

asked on

Help with setting checkbox list's row's height

Hi,

My row's height seem to depend on the number of rows, how do I fix the rows' height regardless of mamy records listed?

V.
Avatar of Ramkisan Jagtap
Ramkisan Jagtap
Flag of Finland image

have you given fixed height to Checkbox list? If yes, remove the hight and give height to listitem.
Avatar of Victor  Charles

ASKER

What do you mean by give  height to listitem?
Looking at your other question, You are trying to apply css to the checkboxlist items.
i.e. Setting height of the Rows, Applying alternate row colors, onMouseover event of the row. You need to create css for the row style and apply it to the each item of the check box list.
How do I apply the css to each item of the check box list?
ASKER CERTIFIED SOLUTION
Avatar of Ramkisan Jagtap
Ramkisan Jagtap
Flag of Finland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Is there a way to apply this code to all the checkbox list controls on my form?

Thanks,

V.
Hi,

I am still having issues with the row's height, when I remove a value form the height property, the rows look ok (Not too far apart), but when I add multiple rows the control expands too far down, how do I fix this problem without setting he height of the control?