Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
235
Fixed position of JournalPresenter
posted

Hello.

I am using a XamScheduleView.

JournalPresenter is displayed above JournalPresenter.StartLocal is even one minute earlier than ActivityPresenter.StartLocal, but I think how to display below ActivityPresenter always JournalPresenter?

<ig:XamScheduleView.Resources>
    <Style TargetType="igP:ScheduleActivityPanel">
        <Setter Property="Control.Template">
            <Setter.Value>
                <ControlTemplate>
                    <StackPanel />
                </ControlTemplate>
            </Setter.Value>
        </Setter>
    </Style>
</ig:XamScheduleView.Resources>

I tried to set the style to try, but there is no change in behavior. I look at the code, but it would be useless if you do not change the implementation of ScheduleActivityPanel?