My XamDataGrid is bound to a dataset with multiple levels of child tables. Every time a child table is expanded, it fades in via an animation effect. The user experience feedback that I have received so far is that the effect takes too long. How can I reduce and / or eliminate the fade-in effect?
Thanks.
Hello,
Yes. This is controlled by a storyboard in the ExpandableFieldRecordPresenter's Resources called sbDisplayNested. You can find the full style in the DefaultStyles directory or as an attachment of this post. You can adjust the KeyTimes of the KeyFrames to what you want.
Let me know if you have further questions on this
It worked perfectly. Thanks Alex!