Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. WPF - Getting a Frame control to scroll the content

WPF - Getting a Frame control to scroll the content

Scheduled Pinned Locked Moved WPF
csharpwpfhelpquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • E Offline
    E Offline
    Evan Stein
    wrote on last edited by
    #1

    I have a Frame control inside a main WPF page. The frame shows other WPF pages. For some reason, the frame clips the content without scrolling. I've tried embedding the frame in other controls, but no luck. Has anyone dealt with this issue? Thanks! Evan

    L 1 Reply Last reply
    0
    • E Evan Stein

      I have a Frame control inside a main WPF page. The frame shows other WPF pages. For some reason, the frame clips the content without scrolling. I've tried embedding the frame in other controls, but no luck. Has anyone dealt with this issue? Thanks! Evan

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Evan Stein wrote:

      I've tried embedding the frame in other controls

      Sorry, but what does this mean? You mean like wrapping your pages in a scrollviewer control?

      Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

      E 1 Reply Last reply
      0
      • L Lost User

        Evan Stein wrote:

        I've tried embedding the frame in other controls

        Sorry, but what does this mean? You mean like wrapping your pages in a scrollviewer control?

        Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

        E Offline
        E Offline
        Evan Stein
        wrote on last edited by
        #3

        I mean, nesting the Frame as a child control, like so

        <ScrollViewer>
        <Frame/>
        </ScrollViewer>

        As I said, this doesn't seem to help.

        L 1 Reply Last reply
        0
        • E Evan Stein

          I mean, nesting the Frame as a child control, like so

          <ScrollViewer>
          <Frame/>
          </ScrollViewer>

          As I said, this doesn't seem to help.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I would think that you would want to do this

          <Frame>
          <ScrollViewer>
          <Page/>
          </ScrollViewer>
          </>Frame

          After all you want the pages to scroll not the frame right?

          Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups