Vertical Scrollbar

QuestionsVertical Scrollbar
Tran Trieu Quoc Hung asked 8 years ago

My grid has many columns.
When I want to scroll down I have to move horizontal scrollbar to the right.

How can I add another vertical scrollbar on the left of the grid.

1 Answers
Abu Ghufran answered 8 years ago

You can make fixed with grid … after that the horizontal scrollbar will come inside the grid, and will show both horizontal/vertical at same time.

$opt["autowidth"] = false;
$opt["shrinkToFit"] = false;
$opt["width"] = "600"; // <———– change to your desired width

$g->set_options($opt);

Your Answer

1 + 13 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?