From bd2b0106262548052f0388282c73379191fac174 Mon Sep 17 00:00:00 2001 From: NoryiE Date: Mon, 6 Oct 2025 22:22:25 +0000 Subject: [PATCH] deploy: 62bfd24ea66825f649ba218a1e99e0aaa951532b --- docs/references/elements/TabControl.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/references/elements/TabControl.md b/docs/references/elements/TabControl.md index a981b3c..9dabe11 100644 --- a/docs/references/elements/TabControl.md +++ b/docs/references/elements/TabControl.md @@ -7,12 +7,12 @@ Extends: `Container` |Property|Type|Default|Description| |---|---|---|---| -|activeTab|number|The|currently active tab ID| -|tabHeight|number|Height|of the tab header area| -|tabs|table|List|of tab definitions| -|headerBackground|color|Background|color for the tab header area| -|activeTabBackground|color|Background|color for the active tab| -|activeTabTextColor|color|Foreground|color for the active tab text| +|activeTab|number|nil|The currently active tab ID| +|tabHeight|number|1|Height of the tab header area| +|tabs|table|{}|List of tab definitions| +|headerBackground|color|gray|Background color for the tab header area| +|activeTabBackground|color|white|Background color for the active tab| +|activeTabTextColor|color|black|Foreground color for the active tab text| |scrollableTab|boolean|false|Enables scroll mode for tabs if they exceed width| |tabScrollOffset|number|0|Current scroll offset for tabs in scrollable mode|