Questions tagged [semantic-zoom]
49 questions
0
votes
1 answer
Update zoom domain for d3.js scatterplot
I'm creating a zoomable scatterplot based on the following examples:
Scatterplot
D3 Scatterplot Example
What Career Should I Invest In?
I've added a button to change the category for the x axis from Calories to Carbs and the chart is updated…

Jonas Petersson
- 685
- 1
- 13
- 24
0
votes
1 answer
How to get the current item in view for Semantic Zoom control
I am using Semantic Zoom control to show the list of Contacts in my WinRT application. When I manually scroll the list, I want to get the current item which is in view (there will be more than one items in view, but I would like to get the closest…

tavier
- 1,744
- 4
- 24
- 53
0
votes
1 answer
Semantic zoom - letters containing no children not appearing
For my semantic zoom control, I'm trying to get the letters containing no children to appear but I'm having trouble achieving this as with the code I currently have, only the letters containing children are appearing. Struggling to figure out which…

wbk727
- 8,017
- 12
- 61
- 125
0
votes
1 answer
Listview inside Semanticzoom
I encounter a problem with using a ListView inside a SemanticZoom. It is hard to explain but I'am unable to "glue" my ListView to the left side.
When having the ListView inside the SemanticZoom you are able to move the ListView around with your…

Rick Neeft
- 105
- 1
- 10
0
votes
1 answer
Binding IMap to XAML for Semantic Zoom
For Metro Apps, to implement Semantic Zoom using C++, is it possible to bind Windows::Foundation::Collection::IMap data to XAML? I have done using List in c#. I would like to do it using IMap for my C++ project.
Appreciate any good links for sample…

Badhri Ravikumar
- 69
- 3
- 13
0
votes
1 answer
How to obtain Multi-level hierarchy with CollectionViewSource to bind to Semantic Zoom in Windows 8.1
I have a Windows 8.1 Application in which I am trying to achieve 3 levels of Hierarchy with CollectionViewSource and then Bind it to my Semantic Zoom
My model class looks as follows
class Transaction
{
string id {get; set;}
string name {get;…

HelpMatters
- 1,299
- 1
- 13
- 32
0
votes
1 answer
SemanticZoom Handling 3 levels
the problem is that i want to handle 3 lvl Zooms.
Lowest level - Articles
Between level - Mounths
Top level - Years
For this example i have used custom control and backgrounds.
Top level - is blue.
Between level - is red.
Lowest level GridView - is…

Developer
- 4,158
- 5
- 34
- 66
0
votes
1 answer
Semantic Zoom shows no results
After many attempts to run this functionality finally I got absolutely lost.
Only the group headers are shown and only in ZoomInView.
Where I'm wrong?
All my data is loaded from web api services, but I think that the CollectionViewSource is…

user1091156
- 239
- 1
- 2
- 8
0
votes
1 answer
Implement Semantic Zoom without listview, Gridview?
I am trying to implement Semantic Zoom control but not with listview, Gridview or grouping. My UI has following XAML
ZoomIn

Balraj Singh
- 3,381
- 6
- 47
- 82
0
votes
0 answers
How to synchronise ListView and GridView scroll positions when using a custom Grid for Windows Store App?
I have a GridView in SemanticZoom.ZoomedOutView and a ListView in SemanticZoom.ZoomedInView. I require when clicking an item in the zoomed out view (GridView) that the zoomed in view will not show, instead it will activate the same view as when…

star
- 61
- 7
0
votes
0 answers
Delete multiple items in semantic zoom (zoom out view)
I have been developing an application containing a semantic zoom (Windows8 store app) where i have bind data in gridview. Binding for Zoom out grid is as follows

nilMoBile
- 1,932
- 4
- 15
- 20
0
votes
0 answers
Merging XAML views?
I come from a Android/iOS background and I am looking into building a landing page (using grids) that uses SemanticZoom and has 6 columns which are contained into a long horizontal scroll.
Each grid column will have different components and has a…

Andrei
- 2,607
- 1
- 23
- 26
0
votes
1 answer
Silverlight PivotViewer Semantic Zoom Two PivotViewerTemplates Displayed Simultaneously
I am using a PivotViewer control in a Silverlight 5 User Control. I have two PivotViewerTemplates defined to take advantage of Semantic Zoom. The first template defined has a MaxWidth of 300, the second template has no MaxWidth set. At a certain…

Aaron Hoffman
- 6,604
- 8
- 56
- 61
0
votes
1 answer
Getting windows-8 semantic zoom out to include empty items
I understand providing the data template to the ItemTemplate selector, but the items that I want to be displayed are not part of the data. For instance let's say you have the following list of children in the classroom:
Mark Anderson
Sara…

user1956461
- 1
- 1
0
votes
1 answer
SemanticZoom without GridView
I'd like to know, how I can implement my own SemanticZoom WITHOUT GridView control.
I have my own custom controls on the mainpage but a structure similar to a grouped GridView and I want to open details after the user makes a zoom-gesture on a…

Thomas Mutzl
- 715
- 7
- 21