Intersoft.Client.UI.Aqua.UXFlow Namespace > UXFlow Class : PageSize Property |
<CategoryAttribute("Common Properties")> Public Property PageSize As Integer
[CategoryAttribute("Common Properties")] public int PageSize {get; set;}
[CategoryAttribute("Common Properties")] public: property int PageSize { int get(); void set ( int value); }
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> |
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