Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
ultratree horizontal
posted

I need to make a budget application on winform, and the user wants a horizontal tree navigation like a show in the image, Is there a control with that functionality ?

Best Regards,

Alejandro Castrejon

Parents
  • 469350
    Verified Answer
    Offline posted

    Actually... the UltraWinGrid does have a horizontal ViewStyle. It's not exactly like what you have here, because the rows will appear below the parent node, not vertically centered like in your screen shot. But it is a horizontal view where the child rows appear to the right of the parent. This is what the grid's horizontal view looks like. 

    And I have attached a small sample project that I used to create this image. 

    WindowsFormsApplication44.zip

Reply Children