I have a somewhat specific question. I have a list of items that will be chosen in the program and then need to separate the quantities of the number into different amounts.
Here is an example:
10 pipes get separated into a set of 3 which are 2 + 5 + 3. These 2, 5, and 3 are sent to different locations, which is why we need to separate them.
I am using C# and trying to think of the best tool to use in a Form based application. What would be the best way to get the quantities when some materials can be separated into over 100 different locations?
Edit: will ask the second part of this question in another question on ui.stackexchange.com
Rather than a slider, why not use a numerical spinner?