Symbian3/SDK/Source/GUID-E6803961-14A0-44BD-A94E-5D8A38EA907F.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    13 and grids</title><prolog><metadata><keywords/></metadata></prolog><conbody>
    13 and grids</title><prolog><metadata><keywords/></metadata></prolog><conbody>
    14 <p>Vertical lists are used extensively in most applications. Two-dimensional
    14 <p>Vertical lists are used extensively in most applications. Two-dimensional
    15 grids are less frequently used, but have obvious advantages in some situations.
    15 grids are less frequently used, but have obvious advantages in some situations.
    16 In lists and grids, the user can move the focus from one item to another using
    16 In lists and grids, the user can move the focus from one item to another using
    17 the Arrow keys. This is called browsing or scrolling.</p>
    17 the Arrow keys. This is called browsing or scrolling.</p>
    18 <p>In tap-enabled devices, a menu item can be opened by touch down and release.</p>
    18 <p>In devices supporting touch, a menu item can be opened by
       
    19 touch down and release.</p>
    19 <p>In general, vertical browsing is preferred over horizontal browsing; the
    20 <p>In general, vertical browsing is preferred over horizontal browsing; the
    20 keypad solutions should take this into account.</p>
    21 keypad solutions should take this into account.</p>
    21 <codeblock xml:space="preserve"/>
       
    22 <fig id="GUID-7B357FCA-0F6F-4C13-B566-63B9B30992F4">
    22 <fig id="GUID-7B357FCA-0F6F-4C13-B566-63B9B30992F4">
    23 <title>Lists and grids</title>
    23 <title>Lists and grids</title>
    24 <image href="GUID-BDAC640A-FBFE-4DC2-BB29-1A780BCA8ADA_d0e58734_href.png" placement="inline"/>
    24 <image href="GUID-BDAC640A-FBFE-4DC2-BB29-1A780BCA8ADA_d0e52653_href.png" placement="inline"/>
    25 </fig>
    25 </fig>
    26 <section id="GUID-CABB0753-D960-4BAE-8159-81681F73CDAA"><title>Using
    26 <section id="GUID-CABB0753-D960-4BAE-8159-81681F73CDAA"><title>Using
    27 lists and grids in C++ applications</title><p>The APIs to use for lists and
    27 lists and grids in applications</title><p>The APIs to use for lists and grids
    28 grids are the <xref format="html" href="specs/guides/Lists_API_Specification/Lists_API_Specification.html" scope="peer">Lists API</xref> and the <xref format="html" href="specs/guides/Grids_API_Specification/Grids_API_Specification.html" scope="peer">Grids API</xref>. For implementation information, see <xref format="html" href="specs/guides/Lists_API_Specification/Lists_API_Specification.html#Lists_API_Specification.topic3" scope="peer">Using the Lists API</xref> and <xref format="html" href="specs/guides/Grids_API_Specification/Grids_API_Specification.html#Grids_API_Specification.topic3" scope="peer">Using the Grids API</xref>.</p></section>
    28 are the <xref format="html" href="specs/guides/Lists_API_Specification/Lists_API_Specification.html" scope="peer">Lists API</xref> and the <xref format="html" href="specs/guides/Grids_API_Specification/Grids_API_Specification.html" scope="peer">Grids API</xref>. For implementation information, see <xref format="html" href="specs/guides/Lists_API_Specification/Lists_API_Specification.html#Lists_API_Specification.topic3" scope="peer">Using the Lists API</xref> and <xref format="html" href="specs/guides/Grids_API_Specification/Grids_API_Specification.html#Grids_API_Specification.topic3" scope="peer">Using the Grids API</xref>.</p></section>
    29 </conbody></concept>
    29 </conbody></concept>