Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 465483
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T23:22:52+00:00 2026-05-12T23:22:52+00:00

I have a set of buttons that I want to add into an array

  • 0

I have a set of buttons that I want to add into an array so that they are ordered. The buttons I have are:

Monday0700Button
Monday0730Button
Monday0800Button
Monday0830Button

and so on.

How do I add a button into an array, and have them ordered, so that I can use this order later on for different uses.

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T23:22:53+00:00Added an answer on May 12, 2026 at 11:22 pm

    Sounds like a SortedDictionary<string, Button> would fill the bill.

    SortedDictionary<string, Button> buttons 
                     = new SortedDictionary<string, Button>();
    buttons.Add(btn1.Name, btn1);
    buttons.Add(btn2.Name, btn2);
    
    foreach (string name in buttons.Keys)
    {
      Button b = buttons[name];
      // iterates in name order
    }
    

    Alter the key you use depending on what you’re choosing to sort on.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a set of buttons. I want that when I do mouse up
I have a set of radio buttons that are dynamically generated (via JSON call):
I have this set of labels and radio buttons that look like this: Entertainment:
I have a series of buttons that display filenames. If I set the Text
I have a UIbutton title that I set with [[buttons objectAtIndex:selectedButtonTag] setTitle:file forState:UIControlStateNormal]; This
I have set the two buttons in preference.xml file. I want to go to
I have a set of radio buttons. In some cases I want the user
I have a form that I want to be used to add entries. Once
I have 3 buttons (add, save, cancel). If I press the add button, it
I have a set of buttons displaying on my webpage. The effect of clicking

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.