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. C / C++ / MFC
  4. Scrolling multiline edit ctrl to bottom

Scrolling multiline edit ctrl to bottom

Scheduled Pinned Locked Moved C / C++ / MFC
questiondiscussion
2 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.
  • J Offline
    J Offline
    Jake Palmer
    wrote on last edited by
    #1

    hi everyone! how should I tell a multiline edit control, which has more text than is viewable, to scroll down so the text at the end is always visible? the text is frequently changing, and every time I want the control scrolled automatically to the bottom. what do you think? :-D thanks, Jake ***** Jake Palmer www.duke.edu/~jp6

    T 1 Reply Last reply
    0
    • J Jake Palmer

      hi everyone! how should I tell a multiline edit control, which has more text than is viewable, to scroll down so the text at the end is always visible? the text is frequently changing, and every time I want the control scrolled automatically to the bottom. what do you think? :-D thanks, Jake ***** Jake Palmer www.duke.edu/~jp6

      T Offline
      T Offline
      The_Server
      wrote on last edited by
      #2

      int l_nMin, l_nMax; m_YourCEdit.GetScrollRange(SB_VERT, &l_nMin, &l_nMax); m_YourCEdit.SetScrollPos(SB_VERT, l_nMax); Name: STR BTW: for some of you that wished for CodeProject irc server I create a channle on DalNet called "#CodeProject"

      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