(Solved) disabling toolbar scroll |
Post Reply |
Author | |
nenkalo
Groupie Joined: 02 August 2008 Status: Offline Points: 36 |
Post Options
Thanks(0)
Posted: 16 August 2008 at 6:49am |
how can i hide and disable these arrows on the commandbar ?
|
|
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) Language: Visual Basic 6.0 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi, Increase minimum width:
TabToolBar.MinimumWidth = 500
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
nenkalo
Groupie Joined: 02 August 2008 Status: Offline Points: 36 |
Post Options
Thanks(0)
|
thanks dear Oleg . it solved .
but two new questions : i have this code in a part of code : Set ToolBar = CommandBarsTextbox.Add("details 1", xtpBarBottom) AddControl ToolBar.Controls, xtpControlLabel, 1000, "device started." CommandBarsTextbox(7).ModifyStyle XTP_CBRS_GRIPPER, 0 CommandBarsTextbox(7).Closeable = False Set ToolBar = CommandBarsTextbox.Add("details 2", xtpBarBottom) AddControl ToolBar.Controls, xtpControlLabel, 1002, "Ready to use" CommandBarsTextbox(8).ModifyStyle XTP_CBRS_GRIPPER, 0 CommandBarsTextbox(8).Closeable = False 1- these toolbar attached bottum of my textbox . and in fact it is for nitification and not for any action . but now user can to move these toolbar . i want to fix these item in originally place and make they non-movable . please guide me . 2- 2 item in this toolbar have first-placing via code by using "DockRightOf" . is it possible i do different and first-place it via code to any x , y in bar ? thanks |
|
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) Language: Visual Basic 6.0 |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
Hi,
1. See EnableDocking property
2. What? :-)
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
nenkalo
Groupie Joined: 02 August 2008 Status: Offline Points: 36 |
Post Options
Thanks(0)
|
Hi Oleq
tnx . right |
|
Product: Xtreme SuitePro (ActiveX) version 12.0.1
Platform: Windows XP (32bit) Language: Visual Basic 6.0 |
|
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 |