connectionmonitoring/connectionmonitorui/src/ConnectionMonitorUiDetailsContainer.cpp
changeset 4 77415202bfc8
parent 2 086aae6fc07e
equal deleted inserted replaced
3:f7816ffc66ed 4:77415202bfc8
    44     
    44     
    45     iParentView = aParentView;
    45     iParentView = aParentView;
    46     iListBox = new( ELeave ) CAknSingleHeadingStyleListBox;
    46     iListBox = new( ELeave ) CAknSingleHeadingStyleListBox;
    47     iListBox->SetContainerWindowL( *this );
    47     iListBox->SetContainerWindowL( *this );
    48     TInt flags = 0;
    48     TInt flags = 0;
    49     flags |= EAknListBoxViewerFlags;
    49     flags |= EAknListBoxViewerFlags | EAknListBoxDisableItemSpecificMenu;
    50     iListBox->ConstructL( this, flags );
    50     iListBox->ConstructL( this, flags );
    51     iListBox->CreateScrollBarFrameL( ETrue );
    51     iListBox->CreateScrollBarFrameL( ETrue );
    52     iListBox->ScrollBarFrame()->SetScrollBarVisibilityL(
    52     iListBox->ScrollBarFrame()->SetScrollBarVisibilityL(
    53                                                  CEikScrollBarFrame::EOff,
    53                                                  CEikScrollBarFrame::EOff,
    54                                                  CEikScrollBarFrame::EAuto );
    54                                                  CEikScrollBarFrame::EAuto );