displaying a image in a picture box with scrolling option?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nuhbye
    New Member
    • Jul 2010
    • 6

    displaying a image in a picture box with scrolling option?

    I want to display a bitmap in its original size using a picturebox and scrollbar, but i couldn't find any option to clip a bitmap and display it in the picturebox, i am searching for one like we have for images drawimage which we can use to display a part of the image.
    Do we have something same for bitmap as well?
    Or any other alternative?
  • GaryTexmo
    Recognized Expert Top Contributor
    • Jul 2009
    • 1501

    #2
    You can set the picture box to scale to the size of the image, then put the picture box in a panel with scrolling enabled.

    Comment

    • nuhbye
      New Member
      • Jul 2010
      • 6

      #3
      Originally posted by GaryTexmo
      You can set the picture box to scale to the size of the image, then put the picture box in a panel with scrolling enabled.
      thanx... i checked it..
      it is working exactly the way i wanted

      Comment

      Working...