hello,
I have a raddcok dynamically created. I load Usercontrol in that. I put raddock height as auto hence it takes height of usercontrol.
I observed there is some space left at the bottom of raddcock after loading usercontrol. Please see attached image. I tried to use CSS to remove that but didnt helped.
Can you suggest better way to remove that ?
I have a raddcok dynamically created. I load Usercontrol in that. I put raddock height as auto hence it takes height of usercontrol.
I observed there is some space left at the bottom of raddcock after loading usercontrol. Please see attached image. I tried to use CSS to remove that but didnt helped.
Can you suggest better way to remove that ?
.RadDock { height: auto; margin: 0px 0px 9px 0px; padding-bottom:0px !important; border-bottom-width:0px; }