Tan_godo Posted September 7, 2010 Report Posted September 7, 2010 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 Quote
Yair Posted September 7, 2010 Report Posted September 7, 2010 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. Quote
Tan_godo Posted September 7, 2010 Author Report Posted September 7, 2010 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 ... Quote
crelf Posted September 7, 2010 Report Posted September 7, 2010 i am not able to get the vertical scroll bar to show the last updated data. Please upload an example of your issue - it's a lot easier to make suggestions when we know what we're dealing with. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.