Skip to main content

I have a form with views inside, the view in question is a datalist containing returned items from a database (for this example assume 150 items).


I want to limit the views height to be say 300px regardless of the number of items returned, by setting the height of the view within the form to 300px has no effect when the number of items returned by the lookup exceeds this size.


Is there any way i can force a view to be a set size and just use a scrollbar if the data display exceed the bounds of the view?


Paging is not an option for this view as it is an editable list.


Thanks.

Hi,


 


I will try and set up the senario to test if it is posible,


I can't remember but i think threre was a bug relating to this,


I will try to vind out to make sure,


 


But willtry and test in the mean while.


 


Regards


Hi Hutch,


 


I believe this to be a known issue and it is currently being investigated,


 The only other way is to set a filter on the view that filters the view to only show a certain ammount of items.(Amount set in filter)


 


If you need help setting it up like this let me know.


 


Regards


Reply