Intersoft ClientUI Documentation
PageSize Property (UXFlow)



Gets or sets the page size.
Syntax
<CategoryAttribute("Common Properties")>
Public Property PageSize As Integer
Dim instance As UXFlow
Dim value As Integer
 
instance.PageSize = value
 
value = instance.PageSize
[CategoryAttribute("Common Properties")]
public int PageSize {get; set;}
[CategoryAttribute("Common Properties")]
public:
property int PageSize {
   int get();
   void set (    int value);
}
Remarks

PageSize determines the index positioned moved when scrollbar is clicked.

XAML
Copy Code
<Intersoft:UXFlow x:Name="UXFlow1" Width="700" Height="300" PageSize="3">
    <Intersoft:UXFlowItem ImageSource="le-meurice.jpg" Title="Hôtel Le Meurice" SubTitle="Paris, opposite Tuileries Garden."/>
    <Intersoft:UXFlowItem ImageSource="altira-macau.jpg" Title="Altira Macau" SubTitle="Taipa Island, Macau."/>
    
    ...
</Intersoft:UXFlow>
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXFlow Class
UXFlow Members

Concepts

UXFlow

Send Feedback