File tree 1 file changed +9
-2
lines changed
projects/igniteui-angular/src/lib/grids/tree-grid
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 67
67
< div igxGridBody (keydown.control.c) ="copyHandlerIE() " (copy) ="copyHandler($event) " class ="igx-grid__tbody ">
68
68
< div class ="igx-grid__tbody-content " role ="rowgroup " (onDragStop) ="selectionService.dragMode = $event "
69
69
(onDragScroll) ="dragScroll($event) " [igxGridDragSelect] ="selectionService.dragMode "
70
- [style.height.px] ='calcHeight ' [style.width.px] ='calcWidth ' #tbody (scroll) ='scrollHandler($event) '
70
+ [style.height.px] ='totalHeight ' [style.width.px] ='calcWidth ' #tbody (scroll) ='scrollHandler($event) '
71
71
(wheel) ="wheelHandler() ">
72
72
< span *ngIf ="hasMovableColumns && draggedColumn && pinnedColumns.length <= 0 "
73
73
[igxColumnMovingDrop] ="headerContainer " [attr.droppable] ="true " id ="left "
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 "
132
+ <!-- < div [hidden]='!hasVerticalSroll()' class="igx-grid__tbody-scrollbar" [style.width.px]="scrollWidth"
133
133
[style.height.px]='calcHeight'>
134
134
<ng-template igxGridFor [igxGridForOf]='[]' #verticalScrollHolder></ng-template>
135
+ </div> -->
136
+ < div [hidden] ='!hasVerticalSroll() ' class ="igx-grid__tbody-scrollbar " [style.width.px] ="scrollWidth ">
137
+ < div class ="igx-grid__tbody-scrollbar-start " [style.height.px] =' isRowPinningToTop ? pinnedRowHeight : 0 '> </ div >
138
+ < div class ="igx-grid__tbody-scrollbar-main " [style.height.px] ='calcHeight '>
139
+ < ng-template igxGridFor [igxGridForOf] ='[] ' #verticalScrollHolder > </ ng-template >
140
+ </ div >
141
+ < div class ="igx-grid__tbody-scrollbar-end " [style.height.px] ='!isRowPinningToTop ? pinnedRowHeight : 0 '> </ div >
135
142
</ div >
136
143
</ div >
137
144
You can’t perform that action at this time.
0 commit comments