wlanutilities/wlansniffer/mainapplication/src/wsfdetailscontainer.cpp
branchRCL_3
changeset 20 a9524956f6b5
parent 0 56b72877c1cb
equal deleted inserted replaced
18:aaabc7526ded 20:a9524956f6b5
    92     CreateWindowL();
    92     CreateWindowL();
    93 
    93 
    94     iListBox = new( ELeave ) CAknSingleHeadingStyleListBox;
    94     iListBox = new( ELeave ) CAknSingleHeadingStyleListBox;
    95     iListBox->SetContainerWindowL( *this );
    95     iListBox->SetContainerWindowL( *this );
    96     TInt flags = 0;
    96     TInt flags = 0;
    97     flags |= EAknListBoxViewerFlags;
    97     flags |= EAknListBoxViewerFlags | EAknListBoxDisableItemSpecificMenu;
    98     iListBox->ConstructL( this, flags );
    98     iListBox->ConstructL( this, flags );
    99     iListBox->CreateScrollBarFrameL( ETrue );
    99     iListBox->CreateScrollBarFrameL( ETrue );
   100     iListBox->ScrollBarFrame()->SetScrollBarVisibilityL( 
   100     iListBox->ScrollBarFrame()->SetScrollBarVisibilityL( 
   101                                                 CEikScrollBarFrame::EOff,
   101                                                 CEikScrollBarFrame::EOff,
   102                                                 CEikScrollBarFrame::EAuto );
   102                                                 CEikScrollBarFrame::EAuto );