Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3166
UltraListViewItem Size (Width)
posted
Is there a way to increase the size of UltraListViewItem(s). My requirement is to increase the width of the all of the items in the list view.
  • 69832
    Offline posted

    The iconic view settings classes (see UltraListView.ViewSettingsIcons, UltraListView.ViewSettingsTIles, UltraListView.ViewSettingsThumbnails properties) expose an ItemSize property. You didn't mention whether you were using a specific view but the list views (see UltraListView.ViewSettingsList, see UltraListView.ViewSettingsDetails) do not provide a way to set the item width. ViewSettingsList does, however, provide a way to set the column width via the ColumnWidth property.