窗体中垂直滚动条的实现 [英] implementation of vertical scroll bar in form

查看:112
本文介绍了窗体中垂直滚动条的实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是一个初学者,所以 pljjj 告诉我如何以项目形式实现垂直滚动条...
帮助我进行编码和过程...

I am a beginner so pljjj tell me how to implement the vertical scroll bar in a project form...
help me with the coding and procedure...

推荐答案

^ ]应该可以帮助您.
此外,请查看Scrollbar class [
This article[^] should help you out.
In addition, have a look at the Scrollbar class[^].


像这样尝试
try like this
body
{
    overflow:scroll;
    background: #CCCCCC;
    font-size: .80em;
    font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif;
    margin: 20px;
    padding: 0px;
    color: #000000;

}



并将这个css类设置为您的body标签



and set this css class to your body tag


这篇关于窗体中垂直滚动条的实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆