Answered Semantic zoom

  • 2012년 3월 13일 화요일 오전 4:55
     
     

    Hi,

    I am using semantic zoom control with grid view. How to zoom in/scroll into particular group using semantic zoom control ?

    Thanks,

    Vijay

모든 응답

  • 2012년 3월 13일 화요일 오후 2:51
    중재자
     
     제안된 답변
    You click on that item and it zooms in.

    Jeff Sanders (MSFT)

  • 2012년 3월 13일 화요일 오후 5:51
     
     

    If I do this it just zooms in and shows always the first group.

    I tested it with the sample available.

  • 2012년 3월 13일 화요일 오후 10:03
     
     제안된 답변

    You mentioned grid view, which suggests that you're actually working with XAML instead of HTML. This forum is focused on the latter, whereas XAML is covered in http://social.msdn.microsoft.com/Forums/en-US/winappswithcsharp/threads.

    I bring this up because what you're observing is a known issue with the XAML GridView control with semantic zoom. So far as I know, however, it's not a problem with an HTML/WinJS ListView control using grid layout

    .Kraig

  • 2012년 3월 13일 화요일 오후 11:00
     
     

    Well, I've managed to use semantic zooming without any problems here. You shouldn't have any major problems if you share the same grouped data source with the zoomed in and zoomed out views. 


    Luis Abreu

  • 2012년 3월 14일 수요일 오후 12:56
    중재자
     
     답변됨

    I verified the Semantic Zoom Sample on the Consumer Preview works fine.  Vijay and Loki, please try that to verify.

    -Jeff


    Jeff Sanders (MSFT)

  • 2012년 3월 15일 목요일 오후 2:28
    중재자
     
     

    Loki and Vijay,

    What language are you programming in?


    Jeff Sanders (MSFT)

  • 2012년 6월 9일 토요일 오후 8:46
     
     

    I have tried in release preview as well. Still the scrolling is not working. It always scrolls to the first item.

    I am using XAML with C#.

    Thanks,

    Vijay