ReportControl SetScrollBars doesn't become effecti |
Post Reply |
Author | |
Jack.Lau
Groupie Joined: 13 January 2010 Status: Offline Points: 10 |
Post Options
Thanks(0)
Posted: 27 January 2010 at 7:13am |
ReportControl SetScrollBars doesn't become effective
-----------------------------------------------------------------
with codejock 13.2.1
in the VB.net VirtualList projects, i put two AxScrollBars a,b
and use the wndReportControl.SetScrollBars(a,b)
but it can't be effective?
Private Sub frmMain_Load(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs) Handles MyBase.Load
Dim Column As XtremeReportControl.ReportColumn
Dim Record As XtremeReportControl.ReportRecord Dim i As Integer wndReportControl.SetScrollBars(AxScrollBar1.hWnd, AxScrollBar2.hWnd)
wndReportControl.HScrollStep = 2 wndReportControl.AutoColumnSizing = False ....
end sub
|
|
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 |