Jump to content

Search the Community

Showing results for tags 'TabPanel'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 2 results

  1. Boa Noite, eu ocultei minha TabPanel para não aparecer os Captions delas com o seguinte código: procedure TfrmLoginM.UnimLoginFormBeforeShow(Sender: TObject); begin tsLOGIN.TabVisible := False; tsInicio.TabVisible := False; end; Porém na exibição fica uma targeta em branco ao final da pagina e não consigo remover. Unigui 1397 Imagem:
  2. fiorilli

    TabBar Height

    Hi guys, The UniGui already has support for TabBar configuration in TabPanel? I'm trying to change the height of the tabs in PageControl the following manner PageControl -> ClientEvents -> UniEvents -> [Ext.tab.Panel [tabPanel]] -> tabPanel.beforeInit tabBar: { height: 25, defaults: { height: 20 } } But all my attempts, I could not change the size of the tabs. I also tried the following methods. config.tabBar: { height: 25, defaults: { height: 20 } } --------------------------------- config.tabBar: { height: 25 } --------------------------------- config.tabBarHeight = 25 But also did not work. Is there any other way to change TabBar settings?
×
×
  • Create New...