Catrobat.IDE.WindowsPhone.Controls.ListsViewControls.CatrobatListView.CatrobatListViewMisc.CatrobatListViewWorker.SetTmpDragContentHeight C# (CSharp) Method

SetTmpDragContentHeight() private method

private SetTmpDragContentHeight ( ) : void
return void
        private void SetTmpDragContentHeight()
        {
            var tmp = ContainerFromItem(_tmpDragContentControl) as CatrobatListViewItem;
            tmp.Height = (InactiveItemResizeFactor * _scrollViewer.RenderSize.Height);
        }