Tan_godo Posted September 7, 2010 Report Share 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 Link to comment
Yair Posted September 7, 2010 Report Share 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 Link to comment
Tan_godo Posted September 7, 2010 Author Report Share 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 Link to comment
crelf Posted September 7, 2010 Report Share 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 Link to comment
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.