Jump to content

Tabs in 2 lines


Recommended Posts

Hello!

One question.

In koda or in code, i cant create much tabs and put in 2 line, one up other.

for example, i create 8 tabs, but its very larger and my content in any tab is too small

The example what i want is down.

Posted Image

Anybody know how i cant create this kind of tabs?

sorry my english...

Edited by Rmoliani
Link to comment
Share on other sites

Hi there,

Take a look below :D specially at the $TCS_MULTILINE

CODE

$Form1 = GUICreate("Form1", 633, 447, 193, 125)

$Tab1 = GUICtrlCreateTab(8, 8, 273, 177, $TCS_MULTILINE)

GUICtrlSetResizing(-1, $GUI_DOCKWIDTH+$GUI_DOCKHEIGHT)

$TabSheet1 = GUICtrlCreateTabItem("TabSheet1")

$TabSheet2 = GUICtrlCreateTabItem("TabSheet2")

$TabSheet3 = GUICtrlCreateTabItem("TabSheet3")

$TabSheet4 = GUICtrlCreateTabItem("TabSheet4")

$TabSheet5 = GUICtrlCreateTabItem("TabSheet5")

$TabSheet6 = GUICtrlCreateTabItem("TabSheet6")

$TabSheet7 = GUICtrlCreateTabItem("TabSheet7")

GUICtrlSetState(-1,$GUI_SHOW)

GUICtrlCreateTabItem("")

GUISetState(@SW_SHOW)

Fun coding,

Lars

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...