This is a migrated thread and some comments may be shown as answers.

Scroll bar on child grid

2 Answers 93 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Edwin
Top achievements
Rank 1
Edwin asked on 05 Jun 2012, 03:57 PM
I have a hierarchical grid with a single horizontal scroll bar that scrolls both the parent and child grids.  I would like to have two horizontal scrollbars: one for the parent grid and one for the child.  How can I accomplish this.  I have done some reading online and I found what I thought should solve the problem:  UseScrollbarsInHierarchy property but this only seems to be available on Winform and not WPF.

I'd appreciate any assistance.

2 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 06 Jun 2012, 08:27 AM
Hello,

 You could set a fixed Width for the child grid. That way it will have its own horizontal scrollbar if it exceeds the available width. 

Greetings,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Edwin
Top achievements
Rank 1
answered on 07 Jun 2012, 04:13 PM
Thank you.  That fixes the problem.  In retrospect (as always) it's obvious.

Thank you again.

Edwin
Tags
GridView
Asked by
Edwin
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Edwin
Top achievements
Rank 1
Share this question
or