此代码来自 MS的 small business starter kit
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
TREE VIEW CONTROL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.TreeView
{
border-bottom:1px dotted #B2B2B2 !important;
}
.TreeView div
{
margin-left:5px;
}
.TreeView table
{
border-top:1px dotted #B2B2B2 !important;
}
.TreeView div table
{
border-bottom:none !important;
border-top:none !important;
}
.TreeView table td
{
padding:2px 0;
}
.LeafNodesStyle
{
}
.RootNodeStyle
{
}
/* ALL ELEMENTS */
.NodeStyle
{
}
.ParentNodeStyle
{
background:yellow;
}
a.SelectedNodeStyle
{
background:#E5E5E5;
display:block;
padding:2px 0 2px 3px;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
treeview 控件的代码
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
相关文章:
-
2022-12-23
-
2022-02-09
-
2021-07-12
-
2021-07-14
-
2022-12-23
-
2022-01-03
-
2022-12-23
-
2022-12-23
猜你喜欢
-
2021-09-25
-
2021-11-19
-
2021-07-31
-
2021-09-29
-
2022-03-01
-
2021-07-21
-
2021-09-21
相关资源
-
下载
2021-06-07
-
下载
2023-04-08
-
下载
2023-02-13
-
下载
2023-01-09