Data Repeater powerpack winform --Horizontal and vertical scrollbar

Locked Data Repeater powerpack winform --Horizontal and vertical scrollbar

  • Monday, October 24, 2011 11:46 AM
     
     

    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

All Replies

  • Tuesday, October 25, 2011 6:58 AM
    Moderator
     
      Has Code

    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.

  • Friday, October 28, 2011 5:22 AM
    Moderator
     
     

    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.

  • Friday, October 28, 2011 8:22 PM
     
     

    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
  • Monday, October 31, 2011 1:59 AM
    Moderator
     
     

    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.

  • Thursday, November 03, 2011 3:41 AM
    Moderator
     
     

    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.