-
**Describe the bug**
The `ItemsControl.ItemContainerTheme` property is important because it allows us to define how the containers of items should appear in relation to the `ControlTheme` for the `It…
-
### Is your feature request related to a problem?
I would like to easily upgrade my Docusaurus site to v3 in the future (https://docusaurus.io/blog/preparing-your-site-for-docusaurus-v3) and I'm un…
-
### 这个功能解决了什么问题
切换不同的角色,底部需要让某个tabItem点亮。当底部tabItem有增删时,如果只有传index,就很容易搞混。change方法中的index传入key,就很安全
### 你建议的方案是什么
tabItem添加key属性用来做唯一标识。tabbar的change方法中index类型是string或number,当是string的时候,跟tabI…
-
TabItem title is not showing in tabbar
import UIKit
import SETabView
class FourthViewController: UIViewController {
var seTabBarItem: UITabBarItem! {
return UITabBarItem(title…
-
**Describe the bug**
I am using a tab control in WPF and including two Cartesian Charts in two different tabs.
**To Reproduce**
Once the window loads and navigate to one of the tabs with charts, …
-
### Bug explanation
The `TabItem` control does not allow you to set a `ContentTemplate`
For example, if added to the Demo app:
```
…
-
```
class DashboardWidget extends StatefulWidget {
const DashboardWidget({
super.key,
});
@override
State createState() => _DashboardWidgetState();
}
class _DashboardWidgetStat…
-
How to reproduce:
- Add a `Tabs` component to a page with a `dropdownCaption`
- Add two `TabItem`s with different `options` props but identical `label`s.
Expected outcome: you can switch betwe…
-
import 'package:flutter/material.dart';
import 'package:awesome_bottom_bar/awesome_bottom_bar.dart';
class Salomon extends StatefulWidget {
static const String routeName = '/product';
final …
-
Sorry if this is already explained somewhere.
Using .NET 7.
I'm trying to change some aspects of a styled TabItem in my App.xaml:
```csharp
…