Changeset 29684

Show
Ignore:
Timestamp:
02/08/09 01:09:19 (4 years ago)
Author:
syo68k
Message:

発言追加時の再描画抑制

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/vb2005/Tween/Tween/Tween.vb

    r29603 r29684  
    763763        Dim topId As Long = -1 
    764764        Dim befCnt As Integer = _curList.VirtualListSize 
     765 
     766        _curList.BeginUpdate() 
    765767        If _curList.VirtualListSize > 0 Then 
    766768            If _statuses.SortMode = IdComparerClass.ComparerMode.Id Then 
     
    845847            Dim lst As DetailsListView = DirectCast(tab.Controls(0), DetailsListView) 
    846848            Dim tabInfo As TabClass = _statuses.Tabs(tab.Text) 
    847             lst.BeginUpdate() 
    848849            If lst.VirtualListSize <> tabInfo.AllCount Then 
    849850                If lst.Equals(_curList) Then 
     
    858859                End If 
    859860            End If 
    860             lst.EndUpdate() 
    861861            If tabInfo.UnreadCount > 0 AndAlso tab.ImageIndex = -1 Then tab.ImageIndex = 0 'タブアイコン 
    862862        Next 
     
    882882        End If 
    883883 
     884        _curList.EndUpdate() 
    884885        '新着通知 
    885886        If NewPostPopMenuItem.Checked AndAlso _