Wpf groupstyle包装面板

时间:2015-06-02 11:10:56

标签: c# wpf

如何在ItemsPanelTemplate中使用组样式, 但我希望gorup能够像这样堆叠起来并且像这样的包装:

*************
*a:1 2 3 b:1*
*2 3 c:1 2 3*
*d:1 2 3 e:1*
*2 3 *
*************

我试过了:

<GroupStyle.Panel>
    <ItemsPanelTemplate>
        <WrapPanel Orientation="Horizontal" />
    </ItemsPanelTemplate>
</GroupStyle.Panel>

和/没有

<ListView.ItemsPanel>
   <ItemsPanelTemplate>
       <StackPanel Orientation="Horizontal"/>
   </ItemsPanelTemplate>           
</ListView.ItemsPanel> 

但它给了我

**************
*a:1 2 3 *
*b:1 2 3 *
*c:1 2 3 *
*d:1 2 3 *
*e:1 2 3 *
**************

我甚至尝试了相反的方式将组样式面板作为堆栈,将列表视图作为包装面板。

1 个答案:

答案 0 :(得分:1)

尝试使用宽度:

include('/../../library/content.php');
$db = new Connection("portfolio", "root", "");
$contentShow = new content($db);
$content = $contentShow->showContent();

echo $content;

(例如,200px值)