public override void InitializeBackend (object frontend, ApplicationContext context) { base.InitializeBackend (frontend, context); buttonBox = new HBox () { Spacing = 0, Margin = 0 }; buttonBoxView = ((ViewBackend)buttonBox.GetBackend ()).Widget; ContentView.AddSubview (buttonBoxView); }
public override void InitializeBackend(object frontend, ApplicationContext context) { base.InitializeBackend(frontend, context); buttonBox = new HBox() { Spacing = 0, Margin = 0 }; buttonBoxView = ((ViewBackend)buttonBox.GetBackend()).Widget; ContentView.AddSubview(buttonBoxView); }