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
95
UltraListView jump columns when click
posted

We have problem. We use UltraListView to Display list of files, but when user click on file icon column jumps.

For example, when I have 3 columns I click on clumn 2 right after that column shift to the left. It is not problem until user tries to do double click. Once user click column move to the left so that second click lands on different icon. Did anybody encoutared similar problem? Any suggestions how I can restrict the movement of column when user clicks.

  • 69832
    Offline posted

    If I understood this correctly, you are using the 'List' setting for the View property, and you are clicking on an item that is partially out of view. The control was patterned after the Windows XP Explorer, which does the same thing, the motivation being that if the user clicked on the item they would want it to be brought as fully into view as possible. If you like you can log a feature request for the ability to suppress this behavior via a property setting.