First time here? Check out the FAQ!
I want a scrollbar on top as well as bottom . Can some one help me on this. Urgently required !!!
Below is my code!!
<div apply="org.zkoss.bind.BindComposer" viewModel="@id('vm') @init('com.boss.cdars.web.controller.PiecePartRegModel')" style="overflow:auto;" >
<auxhead>
<auxheader colspan="4">
<hlayout>
<button label="Save and Submit"
onClick="@command('confirm',actionDescription='SUBMIT TO NPI')"
if="${sec:isAnyGranted('SUBMIT TO NPI')}"/>
<button label="Save Edited Rows" onClick="@command('save')"
if="${sec:isAnyGranted('SAVE BY BUYER')}"/>
</hlayout>
</auxheader>
</auxhead>
<paging pageSize="@load(vm.pageSize)" totalSize = "@load(vm.totalSize)"
activePage = "@save(vm.activePage)"/>
<grid id="demoGrid" span="true" sizedByContent="true"
model="@load(vm.piecePartRegStatuses) @template((vm.displayEdit and each.editingStatus) ? 'editable' : 'noneditable')">
Hello PRATIKKAR,
I found this interesting post that you could refer to:
http://stackoverflow.com/questions/2274627/how-can-i-get-horizontal-scrollbars-at-top-and-bottom-of-a-div
Best Regards,
Darksu
Asked: 2016-02-05 06:11:09 +0800
Seen: 15 times
Last updated: Feb 07 '16