Jump to content

Scrolling Option in listbox


Tan_godo

Recommended Posts

Hi there ,

I require to have a vertical scroll option in listbox . The property node "Visible Items-> Vertical scroll bar " makes the scroll bar visible but the scroll position should change according to the data added in the listbox . In a string control setting "Scroll Position" is possible but in case of " listbox " i am not able to get the vertical scroll bar to show the last updated data.

Regards

Tan_godo

Link to comment

The listbox has a property called Top Row which allows you to control this. If you want the last element to appear at the bottom of the listbox, you'll need to calculate what the top row needs to be using the size of the listbox and the size of each row.

Ok .....

Thanks . I'll try that out ...

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.