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
495
ListView item bounds
posted

In a standard .NET ListView control, there is a property in the ListViewItem object called Bounds. This allows the developer to find out what the bounds are of any particular item. I use it to find the bounds of the last item in the list. I then resize the control dynamically so that all items will be visible with no scrollbars. The control has limited items, so this is fine.  How can I accomplish the same functionality with the UltraListView control?