Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9015163
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T03:40:56+00:00 2026-06-16T03:40:56+00:00

When I use the default templates in Windows 8 Store apps for an item

  • 0

When I use the default templates in Windows 8 Store apps for an item grid, I get some nifty transitions when the source of the collection is set. How can I remove these transitions?

I am doing a filter on the data and I dont like how the data fades in every time the data changes.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T03:40:57+00:00Added an answer on June 16, 2026 at 3:40 am

    You can remove them by overriding the ItemContainerTransitions. If you add the following style to the page resources:-

        <Page.Resources>
        <Style x:Key="NoAnimations" TargetType="GridView">         
            <Setter Property="ItemContainerTransitions">
                <Setter.Value>
                    <TransitionCollection>                        
                    </TransitionCollection>
                </Setter.Value>
            </Setter>           
        </Style>
    </Page.Resources>
    

    Then set the style of your gridview to NoAnimations:

    <GridView Grid.Row="1" Style="{StaticResource NoAnimations}">
    

    That should take care of it for you. If you don’t want to loose all of the animations then you can add some of them back – here is a list of the default animations on the gridview:-

    <TransitionCollection>                       
        <AddDeleteThemeTransition/>
        <ContentThemeTransition/>
        <ReorderThemeTransition/>
        <EntranceThemeTransition IsStaggeringEnabled="False"/>
    </TransitionCollection>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to use coffeekup as my default template app.set 'view engine', 'coffee' app.register
I use Django but I need to find the default templates and applications. I
I get this error in view, when I have set the default locale to
i use default demo with 2 links, and alert, now i included hash and
I use RingtonePreference and would like to use default notification sound as the default
Is it better to use default null or default for text fields in MySQL?
Can I use default arguments in a constructor like this maybe Soldier(int entyID, int
As we use default keyword as a access specifier, and it can be used
which one will be better to use default magic quotes or user defined addslash/stripslash
At the moment I'm trying to figure out how use default and custom settings

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.