Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - CXTPScrollableEdit scroller does not appear
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CXTPScrollableEdit scroller does not appear

 Post Reply Post Reply
Author
Message
DiZSl View Drop Down
Newbie
Newbie


Joined: 08 August 2020
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote DiZSl Quote  Post ReplyReply Direct Link To This Post Topic: CXTPScrollableEdit scroller does not appear
    Posted: 23 September 2020 at 7:31am
When changing the text of CXTPScrollableEdit during dialog initialization, the scroller does not appear.

This is because IsWindowVisible returns FALSE (parent window is invisible) after ShowWindow(SW_SHOW).
See msdn:
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-iswindowvisible

That is why Layout method not worked (it check IsWindowVisible) during scroll sycnhronization
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.