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

How to make a grid show vertical scroll

1 Answer 40 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Nikola
Top achievements
Rank 2
Nikola asked on 06 Nov 2012, 02:09 PM
heey guys

i got this grid (see pic) how to make that it scroll vertical  i' m using a template (css=?)


thanks for help and fast answer

1 Answer, 1 is accepted

Sort by
0
Nikola
Top achievements
Rank 2
answered on 06 Nov 2012, 02:15 PM
Solution 

.UserGrid {
    position: absolute;
    top: 20px;
    left: 85px;
    width: 499px;
    overflow-y: scroll;  //Normal Scroll
    overflow-x: scroll; // Vertical Scroll 
    padding-right: 5px;
    visibility: visible;
    border: thin solid white;
    background-color: #336699;
    scrollbar-face-color: #336699;
    scrollbar-3dlight-color: #336699;
    scrollbar-base-color: #336699;
    scrollbar-track-color: #336699;
    scrollbar-darkshadow-color: #000;
    scrollbar-arrow-color: #000;
    scrollbar-shadow-color: #fff;
    scrollbar-highlight-color: #fff;
}
Tags
Grid
Asked by
Nikola
Top achievements
Rank 2
Answers by
Nikola
Top achievements
Rank 2
Share this question
or