CXTPScrollableEdit scroller does not appear |
Post Reply |
Author | |
DiZSl
Newbie Joined: 08 August 2020 Status: Offline Points: 8 |
Post Options
Thanks(0)
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
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |