This is a migrated thread and some comments may be shown as answers.

Rad Panel Flickering problem if we didnt set the Height Property in design section

1 Answer 50 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
A2H
Top achievements
Rank 1
A2H asked on 26 Jul 2012, 02:19 PM
Hi All,
I have a page designed with RadPanel as main placeholder for all controls.
The Page design and all works fine. but after completing every thing when I check the my website in different browsers
I had face one issue that the Height of RadPanel is not adjusting Automatically to Browser Height.
I have added a JS function to achieve this functionality.Its just calculate the size and assign to the RadPanelbar.

But the real problem come now
Since I don't specify the RadPanelbar Height in design section for first time Radpanel bar appear as small( Refer Image RadPanelonFirstTime) and then after a flickering it occupy all space(Refer ImagePanelAfterFlickering).

I dont want to display my panel bar small for first time, I want my panel bar to display like the second image always(PanelAfterFlickering).

Thanks,
A2H

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 27 Jul 2012, 06:51 AM
Hi

You could set a min-height property to the RadPanleItems section
Try the following CSS
CSS:
<style type="text/css">
  .RadPanelBar_Default .rpGroup
  {
   min-height:100px !important;//Desired height
  }
 </style>

Thanks,
Princy.
Tags
PanelBar
Asked by
A2H
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or