Hi Angel
I do not think i came across clearly so trying again.
I have a NlistView that could contain any number of rows.
To start with i have the NlistView's height fairly small. You could only see 2 rows of data before having to scroll to see the rest.
So now we run my program and it adds 7 items to the NlistView. I want to know if i can adjust the height of the whole NlistView so that the users would not have to scroll to see everything that is in the NlistView.
The main reason i want this is i am going to be printing the form that this NlistView will be on and i want everything to show up in the printout.
Maybe this is the wrong control for what i will be doing but i liked the nice formatting of columns in the Nlistview so i chose it to use.
I will end up with probably 5 NListviews containing different data on this form....so maybe tell me if i am going about this wrong now
Hopefully this is clearer now.
Thank you Angel