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

Scroll to "Today" group in WeekView

3 Answers 28 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Paolo
Top achievements
Rank 1
Paolo asked on 17 May 2012, 01:56 PM
Hi hackers,

I can't get this feature working... In my week view I have 8 sub-groups for each day, so an horizontal scrollbar is shown... when showing current week, I need to auto-scroll horizontally  to "today" (in some case, no appointments are loaded into ScheduleView).
I tried ScrollIntoView with a new Slot(today, visiblerange.end)... but no way :(

Any help will be appreciated :)

Paolo

3 Answers, 1 is accepted

Sort by
0
Konstantina
Telerik team
answered on 19 May 2012, 02:43 PM
Hello,

Could you please try running the ScrollIntoView method in a Dispatcher, as suggested here: http://www.telerik.com/community/forums/silverlight/scheduleview/how-to-scroll-to-work-time-in-the-week-view.aspx#2042367

All the best,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
0
Paolo
Top achievements
Rank 1
answered on 21 May 2012, 08:46 AM
Hello Konstantina,

thanks for your answer. I tried to do the following, but anything changed...

Dispatcher.BeginInvoke(() =>
{
    AppScheduleView.ScrollIntoView(new Slot(DateTime.Today, DateTime.Today.AddDays(1.0)), true);
});

0
Konstantina
Telerik team
answered on 23 May 2012, 01:27 PM
Hi Paolo,

Could you please give us some more details for your case, so that we can reproduce the issue at our side. Ultimately, it will be best if you could send us a sample project, where we can observe the issue.
In that way we will be able to track down the source of the problem and provide you with solution in a timely manner.

All the best,
Konstantina
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Tags
ScheduleView
Asked by
Paolo
Top achievements
Rank 1
Answers by
Konstantina
Telerik team
Paolo
Top achievements
Rank 1
Share this question
or