Questions tagged [currentitem]

25 questions
0
votes
0 answers

Appmaker: how to set the current item to be the lastly created?

I have been struggling this for a while. I am creating an item with a form. After the item is created, I want to redirect the user to a page, where the datsource's current item is set to this new one. How would this be possible? I tried var…
Koczka Bence
  • 85
  • 2
  • 12
0
votes
1 answer

Binding problem with CurrentItem in WPF C#, Can't access "second level data"

I have a problem in c# wpf tring to bind to CurrentItem, i have a list of persons, and each persons can have one of two items. You can select a person in the list and then select it's item in a combobox. The combobox binds to…
Cinaird
  • 785
  • 4
  • 13
  • 33
0
votes
1 answer

ListBox CurrentItem / SelectedItem

I'm using a custom ListBoxItem, that's built like this