Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
Data Repeater powerpack winform --Horizontal and vertical scrollbar

Verrouillé Data Repeater powerpack winform --Horizontal and vertical scrollbar

  • lundi 24 octobre 2011 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

Toutes les réponses

  • mardi 25 octobre 2011 06:58
    Modérateur
     
      A du 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.

  • vendredi 28 octobre 2011 05:22
    Modérateur
     
     

    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.

  • vendredi 28 octobre 2011 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
  • lundi 31 octobre 2011 01:59
    Modérateur
     
     

    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.

  • jeudi 3 novembre 2011 03:41
    Modérateur
     
     

    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.