سؤال

I want to make the 'Drop Here' area as big as possible. I'm assuming that the size of the 'Drop Here' area corresponds with the size of the LVWP. Is there a way to increase it? Picture included below. Thanks in advance

enter image description here

هل كانت مفيدة؟

المحلول

Add Script Editor on your page that has your Document Library

enter image description here

Add this CSS style

<style>
#ms-dnd-dropbox
{

height: 500px ! important;


}
</style>

Increase the height based on your requirements

[OutPut]

enter image description here

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top