Questions tagged [semantic-zoom]
49 questions
5
votes
1 answer
Scroll a GridView inside a SemanticZoom to a certain group from outside the SemanticZoom
I'm trying to add a custom alphabetical selection outside the SemanticZoom in addition to alphabetical selection in the ZoomedOutView, but I can't manage to manipulate the GridView in the ZoomedInView
As of now the ItemSource of the two…

Kent Robin
- 2,066
- 20
- 19
4
votes
0 answers
How do I implement semantic zoom over d3.js map
I have problem in zooming on map in d3.js. I put some nodes in near places it would overlap on each other and if i zoom that map complete image getting zoom but i want to zoom only map and node(circle) should be at same place like semantic zoom on…

Maddy Chavda
- 591
- 6
- 10
- 20
4
votes
1 answer
Semantic Zoom for custom view hierarchy instead of plain grid- or listview
I have a page layout in xaml containing a grid with several gridviews which represent different contents and individual styles.
This is the hub of my application that presents these different contents like for example:
artists, performances,…

Ostkontentitan
- 6,930
- 5
- 53
- 71
4
votes
2 answers
Why when I switch my semantic zoom, it does not navigate to the section?
Something is strange with my semantic zoom. I have two sections in it:
And when I set the the ZoomOut, the grouping is okay, here is the image:
But for example if I choose the second option, semantic zoom does not navigate me to the item…

Darf Zon
- 6,268
- 20
- 90
- 149
3
votes
1 answer
XAML: Using Semantic Zoom and ListView MakeVisible doesn't scroll
I have a ListView control embedded inside a semantic zoom control:
...
…

Hooman Golparvar
- 31
- 4
3
votes
1 answer
Semantic zoom controls for WPF?
WinRT/Metro is getting a new SemanticZoom control, but I'm having a hard time finding anything for WPF.
I don't want to switch to Metro for my particular project, because it doesn't allow me to make windowed apps or multiple instances across…

Rei Miyasaka
- 7,007
- 6
- 42
- 69
2
votes
0 answers
D3 proper zooming / rescaling
I'm using D3 to build charts. I need to use canvas because of the amount of data I want to draw. I split my code into two parts:
data joins
drawing
Currently, I'm working on a zoom capability and I'm not sure what would be the best practice here.…

bemol
- 381
- 3
- 18
2
votes
1 answer
Semantic zoom in Windows Phone?
I've got an app with a dynamically populated pivot control which works quite well, but lately I find I have too many items in my pivot to scroll through effectively. I want to implement semantic zoom like the photo viewer app does - i.e. when…

roryok
- 9,325
- 17
- 71
- 138
2
votes
3 answers
Semantic Zoom always brings back to the first item
I am trying to implement a semantic zoom in C#/Xaml for Windows 8. I succeed in displaying the zoom out and the zoom in. But when i click on item in the zoom out view I always come back to the first item of my zoom-in view.
here is how I grouped my…

Thomas Salandre
- 817
- 3
- 14
- 27
2
votes
1 answer
Windows 8 Metro Style Horizontal design
I would like to ask which controls can be used to create a design similar to the built-in Weather app - that means different sets of data (tables, lists, etc.) that stretch horizontally and can be scrolled and can use the semantic zoom (which just…

Martin Zikmund
- 38,440
- 7
- 70
- 91
2
votes
2 answers
ListView containing GridViews and ListViews
I have a requirement to create a xaml page with Semantic Zoom where the zoomed in view contains both GridViews and ListViews. I have started out with the basic Grid Application template.
In order to try to achieve this, I have made the Semantic…

ZombieSheep
- 29,603
- 12
- 67
- 114
2
votes
4 answers
Metro style : Scrolling with mouse wheel
I have gridview in the gridview and want to implement the mouse wheel scrolling functionality. So I added this block into the internal gridview
…

burusera
- 189
- 4
- 11
1
vote
0 answers
Clicking an item in zoomed in view takes me to another page. But navigating back again does not work
I am making an app in C# that uses Semantic Zoom. I have copied the code from an MS sample called BookStore2Universal_10 and I have made some adjustmens to it.
My intention is to click an item in the Zoomed in view. Depending on which item I…

BosseO
- 11
- 3
1
vote
1 answer
How can used semantic zoom for 3 level in UWP?
I want to use semantic zoom (or its effect) for selecting a location in my UWP Application.
I want to select the county first, and second select city, and third select the location.
Has anyone a true idea about this?
I searched multiple zooms for…

Mohammad Roshani
- 486
- 7
- 19
1
vote
1 answer
XAML: Semantic Zoom - Vertical Scroll doesn't work
I need a vertical scroll in both - ZoomInView and ZoomOutView, but it doesn't work. I have tried to specify a horizontal scroll and it works fine, but I need vertical orientation - does anyone has any ideas? Here is my code:

Dzmitry Shauchuk
- 336
- 2
- 17