开发者

How to get two TreeViews to display side-by-side?

开发者 https://www.devze.com 2023-03-16 06:57 出处:网络
This seems quite trivial but I can\'t seem to find out how to place two TreeViews (or any control with a TreeView) so that they sit right next to each other.

This seems quite trivial but I can't seem to find out how to place two TreeViews (or any control with a TreeView) so that they sit right next to each other.

Any attempt always results in the TreeView claiming its own line on the di开发者_运维知识库splayed page. In other worse, the TreeView always ends up below or above the other control that I want it to be next to.

I've also tried to do this with two panels next to each other and they would simply sit on top of one another. I am sure I am missing something basic.

How do I place any of these controls so they are displayed right next to one another?


Have u tried

<table>
<tr><td>First Tree View<td>
<td>Second Tree Vie</td>
</tr></table>
0

精彩评论

暂无评论...
验证码 换一张
取 消