Treeview issues
-
I have placed two treeviews within a MAIN panel. Before doing so, I also put each treeview within its OWN panel as well. I then put a splitter between each TREEVIEW panel within the MAIN panel. I did this so I could dock buttons onto each treeview and have them maintain their DOCKED position even when the splitter moves. Now, the problem. The Treeview and its OWN panel that is docked at the bottom of the MAIN panel works great. The top one does not. When the splitter resizes the Treeview Panels, the vertical and horizontal scrollbars dont show up on the Top Treeview. Any suggestions? Thanks in advance. D
-
I have placed two treeviews within a MAIN panel. Before doing so, I also put each treeview within its OWN panel as well. I then put a splitter between each TREEVIEW panel within the MAIN panel. I did this so I could dock buttons onto each treeview and have them maintain their DOCKED position even when the splitter moves. Now, the problem. The Treeview and its OWN panel that is docked at the bottom of the MAIN panel works great. The top one does not. When the splitter resizes the Treeview Panels, the vertical and horizontal scrollbars dont show up on the Top Treeview. Any suggestions? Thanks in advance. D
hi Would you please explain it..... Dont mind ..I could not Undersand your problem... because I have been working arround tree views a lot.. so i decided to ask you the problem.. Regards Munawar Hussain Sr.Software Engineer Ayfasoft Lahore Pakistan Cell# +92-42-321-4365657 +92-42-304-4030466
-
hi Would you please explain it..... Dont mind ..I could not Undersand your problem... because I have been working arround tree views a lot.. so i decided to ask you the problem.. Regards Munawar Hussain Sr.Software Engineer Ayfasoft Lahore Pakistan Cell# +92-42-321-4365657 +92-42-304-4030466
No problem. I have three panels. A MAIN panel and two panels with a treeview in each. I have the two TreeView panels INSIDE the MAIN panel. I use a splitter to resize the two treeview panels within the MAIN panel. The two treeviews are stacked on top of one another inside of the MAIN panel. When I resize the form, only the bottom treeview displays scrollbars. The top one does not. Why is this? I have checked all of the setting, and they are the same for both treeviews. If you need any more information, feel free to ask.
-
No problem. I have three panels. A MAIN panel and two panels with a treeview in each. I have the two TreeView panels INSIDE the MAIN panel. I use a splitter to resize the two treeview panels within the MAIN panel. The two treeviews are stacked on top of one another inside of the MAIN panel. When I resize the form, only the bottom treeview displays scrollbars. The top one does not. Why is this? I have checked all of the setting, and they are the same for both treeviews. If you need any more information, feel free to ask.
Are you sure you are seeing all of both treeviews? I ask because if you don't have the z-order of the controls correct and you have one of them set to dock as fill sometimes you can find the control fills the entire screen with the other controls docked on top of it (instead of next to it). It's possible that half of one of your treeviews is being obscured by the other without you realizing it.
-
Are you sure you are seeing all of both treeviews? I ask because if you don't have the z-order of the controls correct and you have one of them set to dock as fill sometimes you can find the control fills the entire screen with the other controls docked on top of it (instead of next to it). It's possible that half of one of your treeviews is being obscured by the other without you realizing it.