Tagged Questions
5
votes
1answer
98 views
Adding text to textbox from a list
In our application there is a form to specify command line arguments to run an EXE with. We also want to provide some keywords that the user can use, now we put them in a listview. Currently, it ...
1
vote
2answers
110 views
Role management with Parameters
I am currently developing a User management Form.
Each User can be assigned to multiple Roles. I would create this as 2 Listboxes with one showing all selected Roles and the other all unselected ...
3
votes
1answer
167 views
UI pattern for shared editing scope among selected elements?
I'm having a hard time researching this pattern for WPF, partly because I'm not exactly sure of the correct term for it.
As best as I can describe it, here is how this editing pattern works:
...
1
vote
4answers
583 views
Form design to enter many values?
I am currently thinking of a wpf dialog to enter multiple values for a production line. Currently our customer uses a Excel Sheet, but since we now need to save the entered values to SQL DB and for ...
3
votes
1answer
281 views
I am trying to think which is the best way for a simple crud
Having little experience I am wondering which is the best way to add a simple CRUD functionality for the ListView there.The design is incomplete.The two black buttons down there are for Create end ...
2
votes
3answers
224 views
how to control user focus?
i am currently developing a prototype for a piece of software. One of the most important things is to show the client, how the UI will look like, so I am making real wpf windows with no real data ...