Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

How to Set the property of vertical ScrollBar to Ultralistview control

Last post 11-12-2008 9:06 by [Infragistics] Brian Fallon. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 08-13-2008 9:47

    • raja_kak
    • Not Ranked
    • Joined on 08-13-2008
    • Points 35

    How to Set the property of vertical ScrollBar to Ultralistview control

    Hey there,

     

    Can any body help me please?

    How can i set  the property of vertical ScrollBar to Ultralistview control?

    By default it takes horizontal scrollbar i need only vertical scroll bar so could u please help me how to remove horizontal and how to set vertical scrollbars for the ultralistview property....

     

    Thanks in advance :)

     

     

    • Post Points: 35
  • 08-14-2008 9:49 In reply to

    Re: How to Set the property of vertical ScrollBar to Ultralistview control

    The iconic views (UltraListView.View = Icons/Tiles/Thumbnails) expose an 'Alignment' property, which indirectly determines whether a horizontal or vertical scrollbar will appear.

    Example:
    this.ultraListView.ViewSettingsIcons.Alignment = ItemAlignment.LeftToRight;

    • Post Points: 20
  • 10-02-2008 18:32 In reply to

    • PGB
    • Not Ranked
    • Joined on 04-30-2008
    • Points 175

    Re: How to Set the property of vertical ScrollBar to Ultralistview control

    If the view type is List then you can set MultiColumn = false

    "myList".ViewSettingsList.MultiColumn = false;

    • Post Points: 5
  • 10-06-2008 9:57 In reply to

    Re: How to Set the property of vertical ScrollBar to Ultralistview control

    The settings for each of the iconic view styles (Icons, Tiles, Thumbnails) exposes an 'Alignment' property, which determines whether the items are laid out from left to right or top to bottom.

    Example:
    this.ultraListView1.ViewSettingsIcons.Alignment = ItemAlignment.TopToBottom;

    For the 'List' view, the only way to get a vertical scrollbar is to set the MultiColumn property to false.

    • Post Points: 20
  • 11-11-2008 11:41 In reply to

    Re: How to Set the property of vertical ScrollBar to Ultralistview control

     Hello,

    what about the case I have two Groups into the UltraListView and I use the details style. Each group contains a number of UltraListViewItems.

    Can I have a vertical scrollbar only in the first group and NOT a vertical scrollbar in the whole UltraListView??

     

    Thanks 

    • Post Points: 20
  • 11-12-2008 9:06 In reply to

    Re: How to Set the property of vertical ScrollBar to Ultralistview control

    No, the control does not support showing scrollbars for a group. If you like you can submit a feature request the ability to do that.

    • Post Points: 5
Page 1 of 1 (6 items)
Powered by Community Server (Commercial Edition), by Telligent Systems