semantic-zoom

Metro style : Scrolling with mouse wheel

风流意气都作罢 提交于 2019-12-22 14:08:13
问题 I have gridview in the gridview and want to implement the mouse wheel scrolling functionality. So I added this block into the internal gridview <GridView.Template> <ControlTemplate > <ItemsPresenter /> </ControlTemplate> </GridView.Template> But in this case swiping doesn't work How manage I to solve this problem? part 2. I'll try to describe this situation more deeply. I have main screen that should realize functionality like on the main screen in Windows 8. It should be zoomed in/out. That

How can used semantic zoom for 3 level in UWP?

与世无争的帅哥 提交于 2019-12-20 06:32:29
问题 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 semantic zoom, but it's apparently impossible. I used two semantic zoom parallax, but that has its problems also. Can anyone help? 回答1: I found my solution, https://blogs.msdn.microsoft.com/shashankyerramilli/2014/02/14/implementing-a-custom-semantic

How to obtain Multi-level hierarchy with CollectionViewSource to bind to Semantic Zoom in Windows 8.1

非 Y 不嫁゛ 提交于 2019-12-12 03:25:32
问题 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; set;} DateTimeOffset date {get; set; } Sample value of this model could be as follows [1, Food, 31/08/2014] [2, Movie, 15/08/2014] [3, Medicine, 20/07/2014] [4, GameConsole, 02/07/2014] [5, MobileBill, 18/06/2014] [4, Tv, 06/06/2014] I want to display

Metro style : Scrolling with mouse wheel

試著忘記壹切 提交于 2019-12-06 09:19:48
I have gridview in the gridview and want to implement the mouse wheel scrolling functionality. So I added this block into the internal gridview <GridView.Template> <ControlTemplate > <ItemsPresenter /> </ControlTemplate> </GridView.Template> But in this case swiping doesn't work How manage I to solve this problem? part 2. I'll try to describe this situation more deeply. I have main screen that should realize functionality like on the main screen in Windows 8. It should be zoomed in/out. That's why i use SenaticZoom. In to ZoomIn I put GridView, that contains controls. The control contain own