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

Can I support scrolling in vertical StackLayoutElement?

1 Answer 143 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 14 Aug 2013, 02:58 PM
I implemented a scrum-like board as described in this thread building on the "tickettest" example:
http://www.telerik.com/community/forums/winforms/gridview/winform-controls-to-build-a-scrum-like-status-board.aspx

At times there can be more cards in a column than will show.  We'd like a vertical scrollbar to appear in each column when there are more cards in the StackLayoutElement column than can show.

How can I do this?
If you could indicate how to modify the tickettest example to demonstrate this, I'm sure I could take it from there.

(e.g. When you run the tickettest example and then grab the lower window edge and make the window shorter, I want a vertical scroll bar to appear in each column when the window edge goes above the lowest card.)

1 Answer, 1 is accepted

Sort by
0
George
Telerik team
answered on 19 Aug 2013, 10:42 AM
Hi Chris,

Thank you for writing.

Yes, scrolling is possible. You just need to add a RadScrollViewer and the StackLayoutElement as its child. I have created a class named DashBoardScrollViewer which gives access to the content area. I have also modified the DragDropService to work in this case. Please refer to the attached zip file for the project.

I hope this information is helpful. If you need any further assistance, please let me know.
 

Regards,
George
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WINFORMS.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
General Discussions
Asked by
Chris
Top achievements
Rank 1
Answers by
George
Telerik team
Share this question
or