2.10 Configuring Binding Properties If Needed
Any time you want to see or set properties on bindings in the page definition, you can choose Go to Page Definition in the context menu on the page. For example, you would do this to change the number of rows displayed per page for each iterator binding by setting its RangeSize
property. As shown in Figure 2-27, after opening the page definition, the Property Inspector was used to set the RangeSize
of the TechniciansIterator
binding to 1
and the same property of the SkillsIterator
to 2
. Setting the RangeSize
property for each iterator this way causes one user and two expertise areas to display at a time on the page.