Print Page | Close Window

ReportControl SetScrollBars doesn't become effecti

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=16087
Printed Date: 15 November 2024 at 8:46am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: ReportControl SetScrollBars doesn't become effecti
Posted By: Jack.Lau
Subject: ReportControl SetScrollBars doesn't become effecti
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net