All Answers

All Answers » Re: Space between controls DataRepeater/ListView » Comments for "Re: Space between controls DataRepeater/ListView"
  • ruben ribeiro
    Sorry, where can i do that?
  • ruben ribeiro
    I mean how*
  • ruben ribeiro
    I tried to add this after adding the controls to the datarepeater, but stills the same. DataRepeater1.ItemTemplate.Padding = New Padding(7)
  • ruben ribeiro
    Can you give me any example source code or any command that i can use to fix this please sir?
  • Luca
    • Luca
    • Sep 13, 2022 - 10:08 pm
    What is the issue to fix?
  • ruben ribeiro
    I want to give space for each control in the DataRepeater sir, however what Alaa said it’s not working.
  • Luca
    • Luca
    • Sep 13, 2022 - 10:12 pm
    Padding works with docking and there is no reproducible issue. You can set the space between the controls in the Data Repeater Item however you like, If you send a runnable sample showing what you are doing and what you would like the result to look like we may be able to help you with your issue further.
  • ruben ribeiro
    Padding will give a space inside the control. I want to give space outside of the control.