Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWTabControl TabHeight
#3
Quote:Can you please post your DFM code for this control so I can test it?


Code:
object IWForm2: TIWForm2
 Left = 0
 Top = 0
 Width = 555
 Height = 400
 RenderInvisibleControls = True
 AllowPageAccess = True
 ConnectionMode = cmAny
 Background.Fixed = False
 HandleTabs = False
 LeftToRight = True
 LockUntilLoaded = True
 LockOnSubmit = True
 ShowHint = True
 XPTheme = True
 DesignLeft = 8
 DesignTop = 8
 object IWTabControl1: TIWTabControl
   Left = 72
   Top = 80
   Width = 433
   Height = 265
   RenderInvisibleControls = True
   ActiveTabFont.Color = clWebWHITE
   ActiveTabFont.FontFamily = 'Arial, Sans-Serif, Verdana'
   ActiveTabFont.Size = 10
   ActiveTabFont.Style = [fsBold]
   InactiveTabFont.Color = clWebBLACK
   InactiveTabFont.FontFamily = 'Arial, Sans-Serif, Verdana'
   InactiveTabFont.Size = 10
   InactiveTabFont.Style = []
   ActiveTabColor = clWebDARKGRAY
   InactiveTabColor = clWebLIGHTGRAY
   ActivePage = 0
   BorderOptions.NumericWidth = 0
   BorderOptions.BorderWidth = cbwNumeric
   BorderOptions.Style = cbsNone
   BorderOptions.Color = clNone
   Color = clWebSILVER
   ClipRegion = False
   TabPadding = 0
   TabRowHeight = 32
   TabHeight = 32
   ActiveTabBorder.Color = clWebBLACK
   ActiveTabBorder.Width = 0
   InactiveTabBorder.Color = clWebBLACK
   InactiveTabBorder.Width = 0
   DesignSize = (
     433
     265)
   object IWTabControl1Page0: TIWTabPage
     Left = 0
     Top = 32
     Width = 433
     Height = 233
     RenderInvisibleControls = True
     TabOrder = 0
     Title = 'Page0'
     BorderOptions.NumericWidth = 0
     BorderOptions.BorderWidth = cbwNumeric
     BorderOptions.Style = cbsNone
     BorderOptions.Color = clNone
     Color = clWebWHITE
     ExplicitWidth = 321
     ExplicitHeight = 153
   end
   object IWTabControl1Page1: TIWTabPage
     Left = 0
     Top = 32
     Width = 433
     Height = 233
     RenderInvisibleControls = True
     TabOrder = 1
     Title = 'Page1'
     BorderOptions.NumericWidth = 0
     BorderOptions.BorderWidth = cbwNumeric
     BorderOptions.Style = cbsNone
     BorderOptions.Color = clNone
     Color = clWebWHITE
     ExplicitWidth = 321
     ExplicitHeight = 153
   end
 end
end
Reply


Messages In This Thread
IWTabControl TabHeight - by Rassamaha78 - 07-29-2018, 12:57 PM
RE: IWTabControl TabHeight - by Alexandre Machado - 07-30-2018, 10:57 PM
RE: IWTabControl TabHeight - by Rassamaha78 - 07-31-2018, 03:38 AM
RE: IWTabControl TabHeight - by Alexandre Machado - 07-31-2018, 04:09 PM
RE: IWTabControl TabHeight - by Alexandre Machado - 07-31-2018, 10:34 PM
RE: IWTabControl TabHeight - by Rassamaha78 - 07-31-2018, 11:50 PM
RE: IWTabControl TabHeight - by Alexandre Machado - 08-01-2018, 02:47 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)