CheckBox in GroupRow |
Post Reply |
Author | |
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
Posted: 18 October 2011 at 11:23am |
Is there any way to put a tri-state checkbox in a Group Row?
I've tried using Markup, and the Checkbox appears, but it doesn't respond to the mouse. Is there any way to get markup controls to respond to events in the ReportControl? TIA. |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Jason,
Maybe you have older version? I tried with V15.1.3 and I don't see a problem.
For those who want same:
Private Sub wndReportControl_BeforeDrawRow(ByVal Row As XtremeReportControl.IReportRow, ByVal Item As XtremeReportControl.IReportRecordItem, ByVal Metrics As XtremeReportControl.IReportRecordItemMetrics)
Dim grpRow As ReportGroupRow If Row.GroupRow Then Set grpRow = Row grpRow.GroupCaption = _ "<StackPanel>" & _ "<CheckBox Margin='1' IsThreeState='True' IsChecked='' Padding='0'>3-State Check Box</CheckBox>" & _ "</StackPanel>" End If End Sub Good luck
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
Thanks a lot Aaron, I think I missed the IsThreeState part.
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
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 |