how to hide scrollbar in xtpreportctrl |
Post Reply |
Author | |
yangyanhui
Senior Member Joined: 20 August 2020 Status: Offline Points: 131 |
Post Options
Thanks(0)
Posted: 28 December 2020 at 10:36pm |
I need to hide or disable scrollbars in a cxtpreportctrl.I have tried
m_wndReportCtrl.ModifyStyle(WS_HSCROLL | WS_VSCROLL,NULL); FlatSB_EnableScrollBar(m_wndReportCtrl.m_hWnd, SB_BOTH, ESB_DISABLE_BOTH); m_wndReportCtrl.ShowScrollBar(SB_VERT, FALSE); but it does not work.How can I hide scrollbars?
|
|
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 |