Questions tagged [ibindabletemplate]
3 questions
6
votes
1 answer
Two-way databinding of a custom templated asp.net control
This question was originally about getting two-way binding to work at all, but due to lack of specific answers and otherwise progress along the way, I've been updating it - You can check the edit history, but I figured this is better for…

Jason Kleban
- 20,024
- 18
- 75
- 125
0
votes
1 answer
Hide Xamarin Forms StackLayout if Binding array has no items
In my Xamarin Forms app, I have a CarouselView to swipe through messages. Some messages have attachments. I would like to hide the StackLayout attachmentsLayout when the Attachments list has no items.
I tried to play with DataTriggers but it did not…

fnllc
- 3,047
- 4
- 25
- 42
0
votes
1 answer
form view and external IBindableTemplate
I would like to set the one template for edit/insert and view in my custom FormView control . But i got these odd exception
Unable to cast object of type 'System.Web.UI.LiteralControl' to type 'System.Web.UI.WebControls.Table'.
public class…

Mironline
- 2,755
- 7
- 35
- 61