To understand how this particular binding concept works, consider the following scenario.
Create a Carousel collection and Flip Chart collection comprised of the same images. The goal is to ensure that regardless of which collection is manipulated, the other collection will automatically display the same image.
This is achieved by binding the index of the Scroll to action for the idle collection to the value of the manipulated collection's Index in focus property.
Click to zoom
IMPORTANT NOTES
- Properties values in the 'from' part of the binding panel are always displayed in a textual form. This means, for example, that colors are represented by hexadecimal values - e.g.. #FFFFFFF instead of "white".
Comments
0 comments
Article is closed for comments.