Weifenluo DockPanel - 隐藏标签控件

时间:2017-01-23 16:57:32

标签: c# tabs dockpanel

有没有办法隐藏整个"标签"穿过DockPanel顶部的条带?我发现very old page from '05表示将$users = DB::table('products')->orderBy($sortbysql, $sortbysqltype) -> where('product_name', 'like', '%' . $keyword . '%') -> where('product_status', '=','1') -> paginate($view); $querylistbrand = DB::table('products')->select('product_brand_name', DB::raw('count(*) as total')) -> where('product_name', 'like', '%' . $keyword . '%') -> where('product_status', '=','1') -> groupBy('product_brand_name')`enter code here` -> orderBy('total', 'desc')->take(25)->get(); 设置为true,但DockPanel.SdiDocument属性似乎不再存在。

当这个项目最初编写时(我不是原来的开发人员)这个区域将会有多个标签但是从那时起就确定只有一个标签并且它不能被关闭,所以我们不需要"标签"这个控制的一部分。

老实说,如果这只是一个小组可能会更好,但如果有人知道怎么做,我会非常感谢,这将是很多的工作。 / p>

1 个答案:

答案 0 :(得分:0)

目前这是不可能的。请参阅this GitHub issue以供参考。

问题似乎是此功能的预期受众,但欢迎PR。