This is a migrated thread and some comments may be shown as answers.

HorizontalTimelineGroupTemplate is disabled...

0 Answers 52 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Luigi
Top achievements
Rank 1
Luigi asked on 08 Nov 2011, 01:50 PM
Hi
we need to add a couple of buttons to the HorizontalTimelineGroupTemplate
but the buttons remain disabled.
we tried to change it through the

OrientedTimeRulerItemStyleSelector.HorizontalGroupItemStyle

but it doesn`t seem to work.
Thanks
<scheduleView:TimeRulerItemTemplateSelector x:Key="timeRulerItemTemplateSelector" >
            <scheduleView:TimeRulerItemTemplateSelector.HorizontalTimelineGroupTemplate>
                <DataTemplate>
                    <StackPanel Orientation="Horizontal" IsEnabled="True" Focusable="True">
                        <TextBlock Text="{Binding FormattedValue}" Background="Red"/>
                        <Button Content="+" IsEnabled="True"/>
                        <Button Content="-"/>
                        <TextBox Width="20" Text="123"/>
                    </StackPanel>
                </DataTemplate>
            </scheduleView:TimeRulerItemTemplateSelector.HorizontalTimelineGroupTemplate>

No answers yet. Maybe you can help?

Tags
ScheduleView
Asked by
Luigi
Top achievements
Rank 1
Share this question
or