robotdotnet / DotNetDash

An extensible SmartDashboard replacement from the RobotDotNet project.
Other
0 stars 1 forks source link

Default control layout overlapping #3

Closed sipsorcery closed 8 years ago

sipsorcery commented 8 years ago

Is the DotNetDash intended to be roughly equivalent to the other Smart Dashboards as far as lying out the control go?

In the screenshot below I've included what the C++ Smart Dashboard looks like compared to the DotNetDash.

Or is it that the DotNetDash needs the explicit XAML controls to be specified ahead of the connection to the roboRio? I wasn't sure of the approach to take after reading the README.md.

dotnetdash_vs_cppdash

sipsorcery commented 8 years ago

Modifying the container element in App.xaml sorted it out.

`

`

working_stackpanel