有没有办法隐藏整个"标签"穿过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>