Reverse the order of stacks list view

Is there a way to reverse the order when viewing the contents of a stack in list view by date added?
For example, the downloads stack: the default setting puts the most recently added at the top of the list, meaning I have to scroll up to it, rather than at the bottom, where it'd be right there above the icon to click on.
Thanks for the help

I completely agree with Solar Servant,
The regular stacks view is viewable in this (very practical) direction, so why not the list variety?
thanks for making a more usable OSX a reality

Similar Messages

  • Can I reverse the order of finder lists or icons?

    Hello,
    I am finding some problems with Lion that I never seemed to have with Snow Leopard and would very much appreciate someone's help.
    To cut a long story short I want to reverse the order of the files in finder, either in list or icon view (or maybe any kind of view). At the moment they are in date created order, but I have also tried in name order and cannot see any way to reverse the order.
    At present the are show the newest file first but I want to see them in oldest first as they always were for me in OSX 10.6
    Also... in date created view they appear in groups (eg previous 7 days, previous 30 days) I have never seen this before and find it particulalry annoying. I'm sure some people love it but for me it is one of the things that I most hated about windows, but at least in Windows I found it easy to turn off (along with reversing order!). Can anyone tell me how to stop OSX from doing this?
    Much obliged,
    Pablo

    Welcome to Apple Support Communities. We're users here and don't speak for "Apple, Inc."
    In Finder icon view, click the Arrange button and select which column you'd like to sort by.
    In Finder list view, click the top header of any column to sort by that column. Clicking the same header again reverses the sort order (and the small 'arrow' at the end of the column name reverses direction too).
    And using Finder, View, Customize Toolbar the Finder window toolbar can be customized to display icons only, text only or both, as well as adding additional icons to the default toolbar:
    Message was edited by: kostby

  • How to reverse the order of a list (nodes)

    i can't figure out how to reverse the order of the values in a list of nodes. Could anyone help?
    public class IntList
         public IntNode head;
         public IntList()
              head = null;
         public void reverse()
              // I don't know how to write this
    }

    read through the list from the end to the start, putting each element into a new list. then replace the original list with the new one.
    lots of ways it can be done.
    dont ask me which is more efficient. the stack suggestion sounds pretty good.

  • How do I reverse the order of file lists in finder?

    When I display a finder page with icons the sort is ascending (A-Z), but when I use the list function it is decending (Z-A).  How do I reverse the list order?

    Welcome to Apple Support Communities. We're users here and don't speak for "Apple, Inc."
    In Finder icon view, click the Arrange button and select which column you'd like to sort by.
    In Finder list view, click the top header of any column to sort by that column. Clicking the same header again reverses the sort order (and the small 'arrow' at the end of the column name reverses direction too).
    And using Finder, View, Customize Toolbar the Finder window toolbar can be customized to display icons only, text only or both, as well as adding additional icons to the default toolbar:
    Message was edited by: kostby

  • I have an iPod 5thGen 30 GB. My tracks on my playlists are rarely in the correct order on the iPod, tho the order is correct when viewed on iTunes.

    I have an iPod 5thGen 30 GB. My tracks on my playlists are rarely in the correct order on the iPod, tho the order is correct when viewed on iTunes. Is there anything I can do?

    It goes by the Track # field, as seen in on a list in iTunes.  So, make sure the Track # field is correctly entered for each song when you review the album on a list in iTunes.  Also, make sure the Album field is entered identically for all the songs on the album.
    You can edit those fields by doing a Get Info on a song, and going to the Info windows's Info tab,

  • Reverse the order of elements in an array

    how would i go about Reverse the order of elements in an array??

    I link to the javadocs can't be too bad. [url
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/Coll
    >
    ections.html#reverse(java.util.List)]Collections.rever
    se(List)Of course I fortell the next question, but I wantan
    Array not a List? So I provide the next link:[url
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/Arr
    ys.html#asList(T...)]Arrays.asList(T...)Yeah but then you have to worry about the next
    question which is more of a statement: "I can't use
    Arrays".
    Then I would as them: How would you do it in real life? Of course they could think a real world way of doing it. In that case, I'll give them an real life example.
    Assumed List
    1 2 3 4 5 6 7 8 9 10 11 12 13
    Switch the first and the last elements
    13 2 3 4 5 6 7 8 9 10 11 12 1
    Then the second and second to the last
    13 12 3 4 5 6 7 8 9 10 11 2 1
    And repeat until your half way.
    13 12 10 4 5 6 7 8 9 3 2 1
    13 12 10 9 5 6 7 8 4 3 2 1
    13 12 10 9 8 6 7 5 4 3 2 1
    13 12 10 9 8 7 6 5 4 3 2 1
    Done.

  • How to reverse the order of an OrderedMap?

    Is there a quick and efficient way to reverse the order of an OrderedMap?
    I'm sorta using an OrderedMap for 'breadcrumbs'. Traversing from a specific page, category by category all the way up to the top.
    For example:
    OrderedMap map = new LinkedMap();
    map.put( "Rabbit", "" );
    map.put( "Mammals", "/animals/mammals/index.jsp" );
    map.put( "Animals", "/animals/index.jsp" );
    Iterating it in my JSP view page, I get this order, which is wrong :
    Home >> Rabbit >> Mammals >> Animals
    Thats why I was wondering how I can reverse the order of the OrderedMap to get this:
    Home >> Animals >> Mammals >> Rabbit
    Thanks for reading.
    Regards,
    Stanley

    What about the following idea:
    you could write two wrapper classes:
    class ReverseOrderedMap implements OrderedMapand
    class ReverseOrderedMapIterator  implements OrderedMapIteratorIn these classes, you just map the methods
    firstKey -> lastKey
    lastKey -> firstKey
    nextKey -> previousKey
    next -> previous
    and so on. In this way, you just provide a "reversed view" on the original map.
    However, I'm not sure where elements added with put are ordered: Is it just in the sequence of addition? If yes, then the wrapped map behaves wrong, if new elements are added, because there is no corresponding "put at the begining" method. In this case, the wrapper should make the reversed map unmodifyable by implementing the put and putAll methods with throwing an exception.

  • How do I reverse the order of photos/years in osx

    with the new OS X photos software it shows the most recent year at the bottom of my screen. How do I reverse the order so the most recent year is at the top. Thank you

    You can't at this time. Send a feature request to Apple.  You can use this feedback form:
    Apple - Mac OS X - Feedback

  • How can I reverse the order of podcasts so I can listen in cronological order

    How can I reverse the order of podcasts so I can listen in cronological order!

    What I did was create a playlist for the podcasts and keep it sorted in reverse date order, which puts the oldest first. To prevent it from automatically playing the next podcast, I actually mark all podcasts as "skip when shuffling", and then play in shuffle mode. I also make sure all my podcasts have a genre of "podcast"; I discovered that if you use media type, the playlist doesn't update correctly on the iPod classic
    So, what I've got is a playlist of the form: (play count = 0) and (genre = podcast), sorted in reverse date order.

  • Reverse the order of Legend in Column Chart

    Hello All,
    Hope all is well. I tried to find way of doing it .... I am currently getting my legends in order ... but I wanted to reverse it ...can it be done ?
    I can put simple text as legend but probolem is I have show/Hide series on and hence it wouldn't work ?
    Anyone ?
    Thanks in advance,
    Sam

    Hi,
    Since you are looking after reversing the Legends Only..
    I.g your column Order is A,B,C  With their correspodingin values in the cells A1:C2     
    Just change the order Map C1->D1, B1->D2, A1 -> D3 and with the values as well...
    This is only way if you want to reverse the order of legends..You can set any properites in the column char or if that matter any chart .There is no such property..
    I hope this helps......
    If you find that is done thru some other ways please do let me know...

  • How to reverse the order of a bunch of still images in an iMovie Project

    Hello,
    I'm making a stop motion animation using iMovie'09. I need to reverse the order of a few hundred of the images that I imported.
    Does anybody know a good and time efficient way of doing this?
    Cheers,
    Onur.

    Ok, here's how have I done:
    1. Removed those images from the movie project
    2. Created a new project and added all the images which I want to reverse the order of
    3. Set the durations of the images as same as those in my first project
    4. Exported the project as a movie file
    5. Added this short movie file to the first project
    6. From clip adjustments menu, checked 'reverse'.
    There, the subset of the whole collection is displayed in the reverse order.
    Message was edited by: Onur

  • What is the differenec between 'sap list viewer' and 'abap list viewer'

    hi
    what is the differenec between 'sap list viewer' and 'abap list viewer'

    Hi,
    There is no difference between them.SAP List Viewer (ALV) is the new name of the ABAP List Viewer (ALV).
    The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.
    The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
    Single-level lists contain any number of lines that have no hierarchical relationship to each other.
    Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.
    You can view subtotals and totals rows in both single-level lists and multilevel sequential lists
    From End User Point it is SAP LIST viewer , From Developer Point of View it is ALV .
    Check the Below Link
    http://help.sap.com/saphelp_nw04/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm
    Regards,
    Satish

  • Can't remember how to reverse the order of the tracks in a playlist ~ can anyone help  me out?  Thanks.

    Can't remember how to reverse the order of tracks in a playlist.....can anyone help me out?  Thanks.

    Were you able to figure it out?

  • Is there a way to reverse the order of incoming mail in the new iPad?

    I want to reverse the order of incoming mail on my new iPad.    I want the oldest on top.  I can't seem to find where or even if I can do this.  Anyone know for sure?  Thanks!

    The Mail app only supports having the most recent at the top. You could see if any third-party email apps support it, or access your account via a browser (you can create a Safari shortcut on your iPad's homescreen for your login page).

  • How to increase the font size in list view

    I have Aperture open in list view and even tho I have the slider all the way to the right, so the images are larger to see, the actual font size of the various topics in list view has not increased.  I have trouble seeing and need the font size to be made larger.  Within Aperture = don't want to do the change to the whole computer, just to the list view in Aperture.  Thanks.

    Aperture does not support to increase the font size.  If you do not want to reduce the resolution of the display to make the fonts larger, you could enable Accessibility and activate a local Zoom.
    This way you can zoom in on text, but your images will show in the best possible resolution.
    The Accessibility options are activated from the System Preferences > Accessibility.
    You can toggle zooming using ⌥⌘8,    zoom in using ⌥⌘=, zoom out using ⌥⌘-  .

Maybe you are looking for

  • Non XML attachment to XML in sender mail adapter

    Hi, I am working with sender mail adapter and usng payloadswapbean. My attachment is non XML and I need to convert it in to XML in order to mapping. How can I do that? Can someone explain if can I use MessageTransformBean for this purpose and if so,

  • Issues extracting attachments to purchase req. using SO_DOCUMENT_READ_API1

    I am trying to download the attachments of a purchase requisition to a folder in the application server. The file downloads correctly but cannot be read when extracted to the PC using transaction CG3Y. The error tells me that the file has been damage

  • Why can't I open Word doc. attachments I receive in emails?

    All of a sudden, I can no longer open email attachments that I receive as Word documents.

  • Can't compile stored functions in forms trigger

    I have put this code in POST_QUERY trigger. But it does not compile. select substr(wds(round(d2h(h2d(max(to_number(to_char(msg_time)))) - h2d(min(to_number(to_char(msg_time))))),2)),1,40) into :tm1 from test_hst_msg; Please note all the fucntions are

  • How to fetch report

    hi i have a report with the name stock_report.jsp i have a menu created in form9i i want add the stoch_report in menu example i created a form vv and call it in menu like this open_form('vv'); how i will do for report like this please help thanks in