How to remove lines while keeping individual rows visible on a tabletHow to optimise the space used by tags...

Significance and timing of "mux scans"

How can atoms be electrically neutral when there is a difference in the positions of the charges?

Pure Functions: Does "No Side Effects" Imply "Always Same Output, Given Same Input"?

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Can you use a beast's innate abilities while polymorphed?

CBP Reminds Travelers to Allow 72 Hours for ESTA. Why?

Where was Karl Mordo in Infinity War?

Why does the author believe that the central mass that gas cloud HCN-0.009-0.044 orbits is smaller than our solar system?

Skis versus snow shoes - when to choose which for travelling the backcountry?

How to mitigate "bandwagon attacking" from players?

What is the difference between ashamed and shamed?

How to deny access to SQL Server to certain login over SSMS, but allow over .Net SqlClient Data Provider

Has the Isbell–Freyd criterion ever been used to check that a category is concretisable?

What do the pedals on grand pianos do?

If a druid in Wild Shape swallows a creature whole, then turns back to her normal form, what happens?

Does music exist in Panem? And if so, what kinds of music?

When was drinking water recognized as crucial in marathon running?

What's the purpose of these copper coils with resistors inside them in A Yamaha RX-V396RDS amplifier?

Is it 40% or 0.4%?

"Murder!" The knight said

Multiplication via squaring and addition

When should a commit not be version tagged?

Closure of presentable objects under finite limits

Hacker Rank: Array left rotation



How to remove lines while keeping individual rows visible on a tablet


How to optimise the space used by tags in the right column of StackExchange sites?How to indicate a table is missing rows that have been filtered out?Ambiguity using a Sortable List of DatesExpanding Panel placementHow to allow users to position newly created items in a sortable item listDisplaying an item with many characteristicsDisplaying logos without “guiding” UXThe impact of visual cues on user responseUsing the menu bar with user entries: Removing entriesWhen designing a list of items with associated actions what is the better approach?













3















I have created a simple view which is a list of items and each item is seperated by a line. Shown below:



enter image description here



I would like to remove the lines as I think they add clutter to the screen but when I do I find the chevron and text too far apart to know which chevron to click.



The lines help keep each row distinct.



So how can I remove the lines while also keeping lines distinct?



This is more of a problem on a tablet held in Horizontal mode rather than Vertical mode as the text and chevron are further apart










share|improve this question





























    3















    I have created a simple view which is a list of items and each item is seperated by a line. Shown below:



    enter image description here



    I would like to remove the lines as I think they add clutter to the screen but when I do I find the chevron and text too far apart to know which chevron to click.



    The lines help keep each row distinct.



    So how can I remove the lines while also keeping lines distinct?



    This is more of a problem on a tablet held in Horizontal mode rather than Vertical mode as the text and chevron are further apart










    share|improve this question



























      3












      3








      3








      I have created a simple view which is a list of items and each item is seperated by a line. Shown below:



      enter image description here



      I would like to remove the lines as I think they add clutter to the screen but when I do I find the chevron and text too far apart to know which chevron to click.



      The lines help keep each row distinct.



      So how can I remove the lines while also keeping lines distinct?



      This is more of a problem on a tablet held in Horizontal mode rather than Vertical mode as the text and chevron are further apart










      share|improve this question
















      I have created a simple view which is a list of items and each item is seperated by a line. Shown below:



      enter image description here



      I would like to remove the lines as I think they add clutter to the screen but when I do I find the chevron and text too far apart to know which chevron to click.



      The lines help keep each row distinct.



      So how can I remove the lines while also keeping lines distinct?



      This is more of a problem on a tablet held in Horizontal mode rather than Vertical mode as the text and chevron are further apart







      lists






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 14 hours ago







      user1

















      asked 14 hours ago









      user1user1

      33337




      33337






















          3 Answers
          3






          active

          oldest

          votes


















          5














          Expanding on @Sergey's suggestion: you could try rebuilding your layout to:




          • align your list in multiple columns:
            Dropbox

          • think of other ways to visualise a set of links: maybe cards or tiles that could wrap horizontally? Maybe you could also get rid of the glyphs altogether?
            Another dropbox

          • work as a Split-View (this is my favourite as you get to fully use your screen with additional functionality):
            iOS Human Interface Guidelines

          • UPD: somewhat outdated solution: use alternating backgrounds on your rows (aka “zebra list”):
            Zebra list






          share|improve this answer


























          • A variant of "zebra" is to alternate the backgrounds in 3-line groups. Our eyes can distinguish top, middle, and bottom lines in such groups, but have trouble with telling apart two or more "middle" lines in a group. Back in the old days, "computer paper" was routinely printed with alternating white/green backgrounds for this exact purpose.

            – Monty Harder
            4 hours ago



















          3














          First of all you can increase left margin for lines at tablet horizontal layout. This will reduce empty space between question and chevron and will also introduce some visual hierarchy for sections.



          And...



          Funny idea!



          You can try some unusual approach, let's call it "Gmail inbox". Gmail has a view where after mail Subject immediately goes letter text (visually different).



          Put (visually muted) answers right after your questions. Probably some short answers like "You can't." will fit fully, other will give a user some idea about what is in the answer. And you will not need any lines, as your text will be your lines.



          Of course this should appear only on huge screens, giving their users additional value instead of empty space.






          share|improve this answer































            0














            Add a hover for the row that changes the whole rows color (lighter gradient). That's gonna make it easy to see what chevron corresponds to the text.






            share|improve this answer








            New contributor




            stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.
















            • 1





              Sorry, I forgot to mention this is for a tablet device - so no hover behavior

              – user1
              14 hours ago











            • Ah sorry, didn't see the tablet mentioned in the question.

              – stwic
              14 hours ago











            • I just edited the question to make it clearer - it slipped my mind that actually using a tablet makes a big difference to ux

              – user1
              14 hours ago






            • 1





              Thinking about it, why not make the whole row clickable and just remove the lines outright, I think that's what's FOTM in web design right now.

              – stwic
              13 hours ago











            • Even on desktops one should not rely on hover. As a Tridactyl user I do not have hover on my desktop browser.

              – dotancohen
              7 hours ago











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "102"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            noCode: true, onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f124186%2fhow-to-remove-lines-while-keeping-individual-rows-visible-on-a-tablet%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            3 Answers
            3






            active

            oldest

            votes








            3 Answers
            3






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            5














            Expanding on @Sergey's suggestion: you could try rebuilding your layout to:




            • align your list in multiple columns:
              Dropbox

            • think of other ways to visualise a set of links: maybe cards or tiles that could wrap horizontally? Maybe you could also get rid of the glyphs altogether?
              Another dropbox

            • work as a Split-View (this is my favourite as you get to fully use your screen with additional functionality):
              iOS Human Interface Guidelines

            • UPD: somewhat outdated solution: use alternating backgrounds on your rows (aka “zebra list”):
              Zebra list






            share|improve this answer


























            • A variant of "zebra" is to alternate the backgrounds in 3-line groups. Our eyes can distinguish top, middle, and bottom lines in such groups, but have trouble with telling apart two or more "middle" lines in a group. Back in the old days, "computer paper" was routinely printed with alternating white/green backgrounds for this exact purpose.

              – Monty Harder
              4 hours ago
















            5














            Expanding on @Sergey's suggestion: you could try rebuilding your layout to:




            • align your list in multiple columns:
              Dropbox

            • think of other ways to visualise a set of links: maybe cards or tiles that could wrap horizontally? Maybe you could also get rid of the glyphs altogether?
              Another dropbox

            • work as a Split-View (this is my favourite as you get to fully use your screen with additional functionality):
              iOS Human Interface Guidelines

            • UPD: somewhat outdated solution: use alternating backgrounds on your rows (aka “zebra list”):
              Zebra list






            share|improve this answer


























            • A variant of "zebra" is to alternate the backgrounds in 3-line groups. Our eyes can distinguish top, middle, and bottom lines in such groups, but have trouble with telling apart two or more "middle" lines in a group. Back in the old days, "computer paper" was routinely printed with alternating white/green backgrounds for this exact purpose.

              – Monty Harder
              4 hours ago














            5












            5








            5







            Expanding on @Sergey's suggestion: you could try rebuilding your layout to:




            • align your list in multiple columns:
              Dropbox

            • think of other ways to visualise a set of links: maybe cards or tiles that could wrap horizontally? Maybe you could also get rid of the glyphs altogether?
              Another dropbox

            • work as a Split-View (this is my favourite as you get to fully use your screen with additional functionality):
              iOS Human Interface Guidelines

            • UPD: somewhat outdated solution: use alternating backgrounds on your rows (aka “zebra list”):
              Zebra list






            share|improve this answer















            Expanding on @Sergey's suggestion: you could try rebuilding your layout to:




            • align your list in multiple columns:
              Dropbox

            • think of other ways to visualise a set of links: maybe cards or tiles that could wrap horizontally? Maybe you could also get rid of the glyphs altogether?
              Another dropbox

            • work as a Split-View (this is my favourite as you get to fully use your screen with additional functionality):
              iOS Human Interface Guidelines

            • UPD: somewhat outdated solution: use alternating backgrounds on your rows (aka “zebra list”):
              Zebra list







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited 7 hours ago

























            answered 9 hours ago









            expexp

            742613




            742613













            • A variant of "zebra" is to alternate the backgrounds in 3-line groups. Our eyes can distinguish top, middle, and bottom lines in such groups, but have trouble with telling apart two or more "middle" lines in a group. Back in the old days, "computer paper" was routinely printed with alternating white/green backgrounds for this exact purpose.

              – Monty Harder
              4 hours ago



















            • A variant of "zebra" is to alternate the backgrounds in 3-line groups. Our eyes can distinguish top, middle, and bottom lines in such groups, but have trouble with telling apart two or more "middle" lines in a group. Back in the old days, "computer paper" was routinely printed with alternating white/green backgrounds for this exact purpose.

              – Monty Harder
              4 hours ago

















            A variant of "zebra" is to alternate the backgrounds in 3-line groups. Our eyes can distinguish top, middle, and bottom lines in such groups, but have trouble with telling apart two or more "middle" lines in a group. Back in the old days, "computer paper" was routinely printed with alternating white/green backgrounds for this exact purpose.

            – Monty Harder
            4 hours ago





            A variant of "zebra" is to alternate the backgrounds in 3-line groups. Our eyes can distinguish top, middle, and bottom lines in such groups, but have trouble with telling apart two or more "middle" lines in a group. Back in the old days, "computer paper" was routinely printed with alternating white/green backgrounds for this exact purpose.

            – Monty Harder
            4 hours ago













            3














            First of all you can increase left margin for lines at tablet horizontal layout. This will reduce empty space between question and chevron and will also introduce some visual hierarchy for sections.



            And...



            Funny idea!



            You can try some unusual approach, let's call it "Gmail inbox". Gmail has a view where after mail Subject immediately goes letter text (visually different).



            Put (visually muted) answers right after your questions. Probably some short answers like "You can't." will fit fully, other will give a user some idea about what is in the answer. And you will not need any lines, as your text will be your lines.



            Of course this should appear only on huge screens, giving their users additional value instead of empty space.






            share|improve this answer




























              3














              First of all you can increase left margin for lines at tablet horizontal layout. This will reduce empty space between question and chevron and will also introduce some visual hierarchy for sections.



              And...



              Funny idea!



              You can try some unusual approach, let's call it "Gmail inbox". Gmail has a view where after mail Subject immediately goes letter text (visually different).



              Put (visually muted) answers right after your questions. Probably some short answers like "You can't." will fit fully, other will give a user some idea about what is in the answer. And you will not need any lines, as your text will be your lines.



              Of course this should appear only on huge screens, giving their users additional value instead of empty space.






              share|improve this answer


























                3












                3








                3







                First of all you can increase left margin for lines at tablet horizontal layout. This will reduce empty space between question and chevron and will also introduce some visual hierarchy for sections.



                And...



                Funny idea!



                You can try some unusual approach, let's call it "Gmail inbox". Gmail has a view where after mail Subject immediately goes letter text (visually different).



                Put (visually muted) answers right after your questions. Probably some short answers like "You can't." will fit fully, other will give a user some idea about what is in the answer. And you will not need any lines, as your text will be your lines.



                Of course this should appear only on huge screens, giving their users additional value instead of empty space.






                share|improve this answer













                First of all you can increase left margin for lines at tablet horizontal layout. This will reduce empty space between question and chevron and will also introduce some visual hierarchy for sections.



                And...



                Funny idea!



                You can try some unusual approach, let's call it "Gmail inbox". Gmail has a view where after mail Subject immediately goes letter text (visually different).



                Put (visually muted) answers right after your questions. Probably some short answers like "You can't." will fit fully, other will give a user some idea about what is in the answer. And you will not need any lines, as your text will be your lines.



                Of course this should appear only on huge screens, giving their users additional value instead of empty space.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 12 hours ago









                Sergey KirienkoSergey Kirienko

                26916




                26916























                    0














                    Add a hover for the row that changes the whole rows color (lighter gradient). That's gonna make it easy to see what chevron corresponds to the text.






                    share|improve this answer








                    New contributor




                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.
















                    • 1





                      Sorry, I forgot to mention this is for a tablet device - so no hover behavior

                      – user1
                      14 hours ago











                    • Ah sorry, didn't see the tablet mentioned in the question.

                      – stwic
                      14 hours ago











                    • I just edited the question to make it clearer - it slipped my mind that actually using a tablet makes a big difference to ux

                      – user1
                      14 hours ago






                    • 1





                      Thinking about it, why not make the whole row clickable and just remove the lines outright, I think that's what's FOTM in web design right now.

                      – stwic
                      13 hours ago











                    • Even on desktops one should not rely on hover. As a Tridactyl user I do not have hover on my desktop browser.

                      – dotancohen
                      7 hours ago
















                    0














                    Add a hover for the row that changes the whole rows color (lighter gradient). That's gonna make it easy to see what chevron corresponds to the text.






                    share|improve this answer








                    New contributor




                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.
















                    • 1





                      Sorry, I forgot to mention this is for a tablet device - so no hover behavior

                      – user1
                      14 hours ago











                    • Ah sorry, didn't see the tablet mentioned in the question.

                      – stwic
                      14 hours ago











                    • I just edited the question to make it clearer - it slipped my mind that actually using a tablet makes a big difference to ux

                      – user1
                      14 hours ago






                    • 1





                      Thinking about it, why not make the whole row clickable and just remove the lines outright, I think that's what's FOTM in web design right now.

                      – stwic
                      13 hours ago











                    • Even on desktops one should not rely on hover. As a Tridactyl user I do not have hover on my desktop browser.

                      – dotancohen
                      7 hours ago














                    0












                    0








                    0







                    Add a hover for the row that changes the whole rows color (lighter gradient). That's gonna make it easy to see what chevron corresponds to the text.






                    share|improve this answer








                    New contributor




                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.










                    Add a hover for the row that changes the whole rows color (lighter gradient). That's gonna make it easy to see what chevron corresponds to the text.







                    share|improve this answer








                    New contributor




                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    share|improve this answer



                    share|improve this answer






                    New contributor




                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    answered 14 hours ago









                    stwicstwic

                    1013




                    1013




                    New contributor




                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    New contributor





                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    stwic is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.








                    • 1





                      Sorry, I forgot to mention this is for a tablet device - so no hover behavior

                      – user1
                      14 hours ago











                    • Ah sorry, didn't see the tablet mentioned in the question.

                      – stwic
                      14 hours ago











                    • I just edited the question to make it clearer - it slipped my mind that actually using a tablet makes a big difference to ux

                      – user1
                      14 hours ago






                    • 1





                      Thinking about it, why not make the whole row clickable and just remove the lines outright, I think that's what's FOTM in web design right now.

                      – stwic
                      13 hours ago











                    • Even on desktops one should not rely on hover. As a Tridactyl user I do not have hover on my desktop browser.

                      – dotancohen
                      7 hours ago














                    • 1





                      Sorry, I forgot to mention this is for a tablet device - so no hover behavior

                      – user1
                      14 hours ago











                    • Ah sorry, didn't see the tablet mentioned in the question.

                      – stwic
                      14 hours ago











                    • I just edited the question to make it clearer - it slipped my mind that actually using a tablet makes a big difference to ux

                      – user1
                      14 hours ago






                    • 1





                      Thinking about it, why not make the whole row clickable and just remove the lines outright, I think that's what's FOTM in web design right now.

                      – stwic
                      13 hours ago











                    • Even on desktops one should not rely on hover. As a Tridactyl user I do not have hover on my desktop browser.

                      – dotancohen
                      7 hours ago








                    1




                    1





                    Sorry, I forgot to mention this is for a tablet device - so no hover behavior

                    – user1
                    14 hours ago





                    Sorry, I forgot to mention this is for a tablet device - so no hover behavior

                    – user1
                    14 hours ago













                    Ah sorry, didn't see the tablet mentioned in the question.

                    – stwic
                    14 hours ago





                    Ah sorry, didn't see the tablet mentioned in the question.

                    – stwic
                    14 hours ago













                    I just edited the question to make it clearer - it slipped my mind that actually using a tablet makes a big difference to ux

                    – user1
                    14 hours ago





                    I just edited the question to make it clearer - it slipped my mind that actually using a tablet makes a big difference to ux

                    – user1
                    14 hours ago




                    1




                    1





                    Thinking about it, why not make the whole row clickable and just remove the lines outright, I think that's what's FOTM in web design right now.

                    – stwic
                    13 hours ago





                    Thinking about it, why not make the whole row clickable and just remove the lines outright, I think that's what's FOTM in web design right now.

                    – stwic
                    13 hours ago













                    Even on desktops one should not rely on hover. As a Tridactyl user I do not have hover on my desktop browser.

                    – dotancohen
                    7 hours ago





                    Even on desktops one should not rely on hover. As a Tridactyl user I do not have hover on my desktop browser.

                    – dotancohen
                    7 hours ago


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to User Experience Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fux.stackexchange.com%2fquestions%2f124186%2fhow-to-remove-lines-while-keeping-individual-rows-visible-on-a-tablet%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...