We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
add TitleClass/TitleWidth parameter
The text was updated successfully, but these errors were encountered:
@ArgoZhang Thank you for contacting us. We will give feedback later.
Sorry, something went wrong.
feat(DockView): add TitleClass/TitleWidth parameter #3377 (#3378)
a354677
* refactor: 删除宏定义 * fix: 修复客户端布局与服务器端布局不一致时导致 UI 不渲染问题 * feat: add TitleWidth 参数 * feat: 增加 TitleClass 参数 * feat: 支持设置 TitleWidht/TitleClass 参数 * refactor: 忽略序列化 * refactor: 移除 ShowClose 参数 * doc: 更新示例 * refactor: 增加忽略标记 * refactor: 增加已弃用标签 * refactor: 更改 ShowClose 参数为 IsClosable * chore: bump version 8.0.9 * doc: 更新依赖包 * revert: 恢复点击 Stack 关闭不触发 TabClose 问题 * chore: bump version 8.1.0 * chore: 更新依赖包 * refactor: 使用 getState 方法 * refactor: 精简代码 * feat: 增加锁定按钮 * revert: 恢复 ShowClose 参数 * refactor: 重构代码 * revert: 撤销样式更新 * refactor: 增加 Stack 布局判断 * chore: bump version 8.1.1
feat(DockView): add TitleClass/TitleWidth parameter dotnetcore#3377 (d…
848a62e
…otnetcore#3378) * refactor: 删除宏定义 * fix: 修复客户端布局与服务器端布局不一致时导致 UI 不渲染问题 * feat: add TitleWidth 参数 * feat: 增加 TitleClass 参数 * feat: 支持设置 TitleWidht/TitleClass 参数 * refactor: 忽略序列化 * refactor: 移除 ShowClose 参数 * doc: 更新示例 * refactor: 增加忽略标记 * refactor: 增加已弃用标签 * refactor: 更改 ShowClose 参数为 IsClosable * chore: bump version 8.0.9 * doc: 更新依赖包 * revert: 恢复点击 Stack 关闭不触发 TabClose 问题 * chore: bump version 8.1.0 * chore: 更新依赖包 * refactor: 使用 getState 方法 * refactor: 精简代码 * feat: 增加锁定按钮 * revert: 恢复 ShowClose 参数 * refactor: 重构代码 * revert: 撤销样式更新 * refactor: 增加 Stack 布局判断 * chore: bump version 8.1.1
ArgoZhang
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
No response
Describe the solution you'd like
add TitleClass/TitleWidth parameter
Additional context
No response
The text was updated successfully, but these errors were encountered: