Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为现有的TabControl中的TabItem添加关闭功能 #116

Closed
zhaotianff opened this issue Nov 6, 2024 · 1 comment
Closed

为现有的TabControl中的TabItem添加关闭功能 #116

zhaotianff opened this issue Nov 6, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@zhaotianff
Copy link
Collaborator

希望对现有的TabControl的TabItem添加关闭功能

@yanjinhuagood yanjinhuagood added the enhancement New feature or request label Nov 6, 2024
@yanjinhuagood yanjinhuagood self-assigned this Nov 6, 2024
yanjinhuagood added a commit that referenced this issue Dec 8, 2024
Fix issue (#116
@yanjinhuagood
Copy link
Member

Usage

<TabControl Margin="4" wd:ElementHelper.CornerRadius="3">
        <TabItem Padding="10" Header="TabItem1">
        </TabItem>
        <TabItem
            Padding="10"
            wd:ElementHelper.IsClear="True"
            Header="TabItem2">
        </TabItem>
        <TabItem
            Padding="10"
            wd:ElementHelper.IsClear="True"
            Header="TabItem3">
        </TabItem>
    </TabControl>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants