We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

How do I implement shared scrollbars for taskbar

Hi, I am using 1.6.1.8 XPTaskbar. Please run the attached sample. I have two taskbars. Both of them have their own scrollbars. I don''t want scrollbars for each of the taskbars. Instead I want to have scrollbars for the "panel1". When I scroll using the "panel1", I want the taskbars to scroll automatically. How do I make them share the scrollbars of the enclosed "panel1" scrollbars? TaskbarSharedScrollTest_6309.zip thanks, - Reddy

2 Replies

AD Administrator Syncfusion Team March 4, 2004 02:10 AM UTC

Hi Reddy, Thanks for the sample application. I have consulted the development team in this regard, and will update you as soon as I hear from them. We appreciate your patience and cooperation. Regards, Guru Patwal Syncfusion, Inc.


AD Administrator Syncfusion Team March 5, 2004 07:57 PM UTC

Hi Reddy, 1. Set the AutoScroll property for the XPTaskBars to false 2. Handle the Layout events of the XPTaskBars and update its height appropriately as shown in the UpdateTaskBarHeight method 3.You cannot use a GridLayout on the Panel to layout the XPTaskBars in 2 columns, because the grid layout will resize the XPTaskBar''s Height to fit the panel’s Height. Instead use FlowLayout in ChildConstraints mode as shown. Please note the constraints set on each of the XPTaskBars. Please refer to the modified version of your sample attached here which shows how this can be done. Please let me know if this meets your requirements. Regards, Guru Patwal Syncfusion, Inc.

Loader.
Live Chat Icon For mobile
Up arrow icon