SidoBytes
SidoBytes
Explore posts from servers
CC#
Created by SidoBytes on 3/23/2025 in #help
c# wpf style
if i get the first one working then the rest will work
9 replies
CC#
Created by SidoBytes on 3/23/2025 in #help
c# wpf style
i am trying to get the first button to work
9 replies
CC#
Created by SidoBytes on 3/23/2025 in #help
c# wpf style
i want to have selected , and unselected sate
9 replies
CC#
Created by SidoBytes on 3/23/2025 in #help
c# wpf style
i can't seem to get the button to fill the whole listitem
9 replies
CC#
Created by SidoBytes on 3/23/2025 in #help
c# wpf style
<Grid>
<ListView>
<ListViewItem HorizontalAlignment="Stretch">
<Button BorderBrush="{x:Null}" Background="LightGray" Foreground="Black"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
Padding="0">
<materialDesign:PackIcon Kind="Resistor" Width="24" Height="24" HorizontalAlignment="Center"/>
</Button>
</ListViewItem>
</ListView>
</Grid>
<Grid>
<ListView>
<ListViewItem HorizontalAlignment="Stretch">
<Button BorderBrush="{x:Null}" Background="LightGray" Foreground="Black"
HorizontalAlignment="Stretch" VerticalAlignment="Stretch"
Padding="0">
<materialDesign:PackIcon Kind="Resistor" Width="24" Height="24" HorizontalAlignment="Center"/>
</Button>
</ListViewItem>
</ListView>
</Grid>
9 replies
CC#
Created by SidoBytes on 3/1/2025 in #help
adding asp.net constaint on the class object field
.
5 replies
CC#
Created by SidoBytes on 3/1/2025 in #help
adding asp.net constaint on the class object field
i will make it so only "Medecin" can create a consultation, so i want to add validation that when you create a consultation then the User.role must be "Medecin" (of corse i will do permissions for routes, but thats application level validation)
5 replies
MModular
Created by SidoBytes on 11/24/2024 in #questions
does mojo have access modifiers
can i specify its a memebr is public or private or like rust i can do pub(super) or pub(crate)
87 replies