Data Repeater powerpack winform --Horizontal and vertical scrollbar
-
2011年10月24日 11:46
Hi,
Is it possible to have both scrollbars(Horizontal and Vertical) in a datarepeater control. We used to have the functionality easily available in Datarepeater VB control, but in case of .NET(PowerPack) it is not working. Can someone please help me in this??
Best Regards,
Rohit Kakkar
Rohit Kakkar
- 已编辑 Rohit Kakkar 2011年10月24日 11:53
全部回复
-
2011年10月25日 6:58版主
Hi Rohit,
Welcome to the MSDN Forum.
It is hard to display the two scrollbars in a datarepeater. But here is a walkaround:
1. Drop a Panel in a form.
2. Drop a datarepeater on the Panel.
3. Set the Panel's auto scroll property to True
Me.Panel1.AutoScroll = True
I hope this will be helpful.Best regards,
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

-
2011年10月28日 5:22版主
Hi Rohit,
I am intrested in this issue. Would you mind letting me know the result of the walkaround? If you have further concerns, please feel free to let me know.
Best regards,
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

-
2011年10月28日 20:22
Hi Mike,
I tried with the approach but this is not working in the desired way. Would you mind if I send you the screenshot to explain it better?
Regards,
Rohit Kakkar
Rohit Kakkar -
2011年10月31日 1:59版主
Hi Rohit,
It would be better if you can post more information here, and take a look at this thread to check how to post a picture here:
How to insert a PICTURE into a forum post.. Inserting code into a forum post
Best regards,
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

-
2011年11月3日 3:41版主
Hi Rokit,
We didn't hear from you a couple of days. How about your issue now? Did you have encountered further issues?
Please feel free to let me know your updates.
Best regards,
Mike Feng [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.


