File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
projects/igniteui-angular/src/lib/grids/tree-grid Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 129
129
</ div >
130
130
< span *ngIf ="hasMovableColumns && draggedColumn " [igxColumnMovingDrop] ="headerContainer " [attr.droppable] ="true "
131
131
id ="right " class ="igx-grid__scroll-on-drag-right "> </ span >
132
- <!-- <div [hidden]='!hasVerticalSroll()' class="igx-grid__tbody-scrollbar" [style.width.px]="scrollWidth"
133
- [style.height.px]='calcHeight'>
134
- <ng-template igxGridFor [igxGridForOf]='[]' #verticalScrollHolder></ng-template>
135
- </div> -->
136
132
< div [hidden] ='!hasVerticalSroll() ' class ="igx-grid__tbody-scrollbar " [style.width.px] ="scrollWidth ">
137
133
< div class ="igx-grid__tbody-scrollbar-start " [style.height.px] =' isRowPinningToTop ? pinnedRowHeight : 0 '> </ div >
138
134
< div class ="igx-grid__tbody-scrollbar-main " [style.height.px] ='calcHeight '>
You can’t perform that action at this time.
0 commit comments