groupstyle

    1熱度

    1回答

    我有一個適用於它的GroupStyle的Telerik組合框。我想要這樣做,以便在過濾項目時,如果組項目沒有子項目,組項目就會消失,並且繼續向上。 所以,這是初始設置: 電流: 期望: 參考: GroupItem風格 <Style TargetType="{x:Type GroupItem}"> <Setter Property="Template"> <Setter.Val

    0熱度

    1回答

    幾個小時後,我放棄了。 我有以下ListView(在網格中)GroupStyle內定義它。 我想以某種方式把它拿出來,並把它放在模板或樣式(我很困惑),然後將它添加到我的ListView的主要風格(ListViewSimpleStyle)。 這樣它可以在其他地方重複使用,而不是每次都複製粘貼。 我該怎麼做? <ListView Name="LvDataBinding" Grid.Row="0"

    0熱度

    1回答

    我在使用我的用戶控件的resouces部分中定義的工作時遇到了一些問題。當我將它綁定到數據網格的列時,相同的綁定似乎稍後在xaml中起作用。它在樣式聲明中不會顯示數據。 我得到的錯誤是 System.Windows.Data Error: 40 : BindingExpression path error: 'ReceivedDate' property not found on 'object'

    0熱度

    3回答

    我是新手,並且對ListBox.GroupStyle的某些語法感到困惑。代碼: <Window x:Class="testCollectionViewSource.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.mi

    0熱度

    1回答

    我試圖分組的ComboBox使用GroupStyle: <ComboBox ItemsSource="{Binding GroupedItems}"> <ComboBox.GroupStyle> <GroupStyle> <GroupStyle.HeaderTemplate> <DataTemplate> <TextBlock

    2熱度

    1回答

    我試圖製造類似組屬性附加傷害到所有標籤網格 我知道如何使這裏面,只是這樣做: <Grid RowSpacing="2" Padding="2,0,2,0"> <Grid.Resources> <ResourceDictionary> <Style BasedOn="{StaticResource Font-Awesome}" TargetType="Label"

    0熱度

    1回答

    在ItemsControl或ListView中,是否可以使GroupStyle.HeaderTemplate的高度拉伸以匹配分組項的高度? 無論我將VerticalAlignment/VerticalContentAlignment設置爲什麼,組標題都顯示在組中的第一項左側。

    3熱度

    1回答

    我有一個ItemsControl綁定到綁定到查看模型上屬性的CollectionViewSource。 的ItemsControl有GroupStyle一套看起來是這樣的: <GroupStyle HeaderTemplate="{StaticResource TotalDurationTemplate}" /> 其中TotalDurationTemplate是: <DataTemplate

    0熱度

    1回答

    如果這是一個明顯的問題,我很抱歉,我對WPF相當陌生。我正在嘗試創建一個類似於下圖所示的「分組」列表框。隨着谷歌的幫助,我剛剛設法讓它工作,除了某些原因,我得到垂直滾動條可見。任何機構有任何想法嗎?這讓我瘋狂!由於 我使用的代碼如下: public class SampleData { public string Name { get; set; } public strin

    3熱度

    2回答

    我想爲我的ListView做一個自定義的groupstyle部門,根據我在這裏看到的其他問題在堆棧溢出。 public class TestGroupStyleSelector : GroupStyleSelector { protected override GroupStyle SelectGroupStyleCore(object item, uint level) {